diff options
-rw-r--r-- | app/assets/stylesheets/notes.css.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/notes.css.scss b/app/assets/stylesheets/notes.css.scss index d97fa09a9cd..39778b162ab 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; } |