fix the comment box being too wide and looking off-kilter

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-18 18:33:38 -04:00
parent 8b13358ce3
commit e84095182f
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;