[refs #194] fix notification line style

This commit is contained in:
Alexander Machehin 2012-03-02 01:32:42 +06:00 committed by Pavel Chipiga
parent f79c8d6f16
commit cea7bc79bb
1 changed files with 2 additions and 2 deletions

View File

@ -273,13 +273,13 @@ article div.file table {
resize: none;
}
#repo-wrapper div.comment div.comment-left {
div.comment div.comment-left {
float: left;
font-size: 12px;
margin-top: 4px;
}
#repo-wrapper div.comment div.comment-right {
div.comment div.comment-right {
float: right;
}