Commit da424d9406c1f69394cbaf051841208127e18e00
1 parent
6a2c7d80
Exists in
master
and in
4 other branches
css fixes
Showing
6 changed files
with
4 additions
and
4 deletions
Show diff stats
app/assets/images/blueprint_add.png
app/assets/images/blueprint_delete.png
app/assets/images/blueprint_info.png
app/assets/stylesheets/commits.css.scss
app/assets/stylesheets/notes.css.scss
... | ... | @@ -33,8 +33,7 @@ |
33 | 33 | #notes-list .note .delete-note { display:none; } |
34 | 34 | #notes-list .note:hover .delete-note { display:block; } |
35 | 35 | |
36 | -body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} | |
37 | -body.project-page #notes-list .note {padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; display: block;} | |
36 | +body.project-page #notes-list .note {padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; display: block;} | |
38 | 37 | body.project-page #notes-list .note img{float: left; margin-right: 10px;} |
39 | 38 | body.project-page #notes-list .note span.note-title{display: block;} |
40 | 39 | body.project-page #notes-list .note span.note-title{margin-bottom: 10px} | ... | ... |