From: randx Date: Sat, 18 Aug 2012 21:08:20 +0000 (+0300) Subject: Restored margin for text in notes X-Git-Tag: v2.8.0~17 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7530fa9decae2bb3d8622e1a40a080deb831af9f;p=wvm%2Fgitlab.git Restored margin for text in notes --- diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index c846e6a7f..30587ef5b 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -48,7 +48,7 @@ p { color:$style_color; } .note-author { color: $style_color;} - .note-title { padding-top: 5px;} + .note-title { margin-left:45px; padding-top: 5px;} .avatar { margin-top:3px; }