Merge pull request #148 from simonlnu/master

fix the comment box being too wide and looking off-kilter
This commit is contained in:
Simon 2012-03-18 15:47:25 -07:00
commit 6aab641bfd
2 changed files with 2 additions and 2 deletions

View File

@ -1258,7 +1258,7 @@ section {
}
[class^="comment-edit-text"] {
margin: 5px 0 10px 20px;
width: 86.5%;
width: 84.5%;
}
.comment-edit-text-empty {
height: 20px;

View File

@ -1256,7 +1256,7 @@ section {
}
[class^="comment-edit-text"] {
margin: 5px 0 10px 20px;
width: 86.5%;
width: 84.5%;
}
.comment-edit-text-empty {
height: 20px;