Commit 39a1b7d3f7569f6450ce44b07d76e56131e21348
1 parent
8ad1f8a4
Exists in
master
and in
4 other branches
margin for notes content
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/notes.css.scss
@@ -41,3 +41,5 @@ body.project-page #notes-list .note span.note-title{margin-bottom: 10px} | @@ -41,3 +41,5 @@ body.project-page #notes-list .note span.note-title{margin-bottom: 10px} | ||
41 | body.project-page #notes-list .note span.note-author{color: #999; font-weight: normal; font-style: italic;} | 41 | body.project-page #notes-list .note span.note-author{color: #999; font-weight: normal; font-style: italic;} |
42 | body.project-page #notes-list .note span.note-author strong{font-weight: bold; font-style: normal;} | 42 | body.project-page #notes-list .note span.note-author strong{font-weight: bold; font-style: normal;} |
43 | 43 | ||
44 | + | ||
45 | +.note .note-title { margin-left:55px; } |