[refs #194] fix notification line style

This commit is contained in:
Alexander Machehin 2012-03-02 01:32:42 +06:00
parent b8b68e8ad2
commit 2f0981c12f
1 changed files with 2 additions and 2 deletions

View File

@ -271,13 +271,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;
}