Fix for post-comment field not working

This commit is contained in:
Victoria Wang 2014-10-27 18:15:34 -07:00
parent 0cb39bcf55
commit 8e268d2ec3

View file

@ -807,10 +807,9 @@ a.tag:hover {
}
.post-comment {
background: #DAEEA5;
float: left;
width: 100%;
padding: 20px 0 10px 30px;
margin: 0 0 28px 0;
padding: 20px 0 15px 30px;
margin: 0 0 3px 0;
}
.post-comment input {
width: 84%;