mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix for post-comment field not working
This commit is contained in:
parent
0cb39bcf55
commit
8e268d2ec3
1 changed files with 2 additions and 3 deletions
|
@ -807,10 +807,9 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
.post-comment {
|
.post-comment {
|
||||||
background: #DAEEA5;
|
background: #DAEEA5;
|
||||||
float: left;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 20px 0 10px 30px;
|
padding: 20px 0 15px 30px;
|
||||||
margin: 0 0 28px 0;
|
margin: 0 0 3px 0;
|
||||||
}
|
}
|
||||||
.post-comment input {
|
.post-comment input {
|
||||||
width: 84%;
|
width: 84%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue