From 39a1b7d3f7569f6450ce44b07d76e56131e21348 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 27 Nov 2011 15:12:48 +0200 Subject: [PATCH] margin for notes content --- app/assets/stylesheets/notes.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/notes.css.scss b/app/assets/stylesheets/notes.css.scss index d97fa09a..39778b16 100644 --- a/app/assets/stylesheets/notes.css.scss +++ b/app/assets/stylesheets/notes.css.scss @@ -41,3 +41,5 @@ body.project-page #notes-list .note span.note-title{margin-bottom: 10px} body.project-page #notes-list .note span.note-author{color: #999; font-weight: normal; font-style: italic;} body.project-page #notes-list .note span.note-author strong{font-weight: bold; font-style: normal;} + +.note .note-title { margin-left:55px; }