From 2f0981c12ff63b712113d502bf23dc65cad2b689 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Fri, 2 Mar 2012 01:32:42 +0600 Subject: [PATCH] [refs #194] fix notification line style --- app/assets/stylesheets/design/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/design/custom.scss b/app/assets/stylesheets/design/custom.scss index 8c8c8e98b..95731f3ae 100644 --- a/app/assets/stylesheets/design/custom.scss +++ b/app/assets/stylesheets/design/custom.scss @@ -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; }