summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorJason Blanchard <jas.blanchard@gmail.com>2014-02-19 20:32:42 -0500
committerJason Blanchard <jas.blanchard@gmail.com>2014-02-19 20:35:21 -0500
commit29d400ba0d67b282144e04610ab23f45b21fcc41 (patch)
tree53cefe5f571dce8aa43e56a769cf6c2fc97f79e8 /app/assets
parentdad6b0213c96bc0b6a5b78714878ee542b7bee2d (diff)
downloadgitlab-ce-29d400ba0d67b282144e04610ab23f45b21fcc41.tar.gz
Fixed attachment identifier displaying underneath note text
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/notes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index 9f5f1579fbd..e6eabf47459 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -87,7 +87,6 @@ ul.notes {
}
.attachment {
font-size: 14px;
- margin-top: -20px;
}
.note-body {
@include md-typography;
@@ -302,6 +301,7 @@ ul.notes {
@extend .col-md-4;
@extend .thumbnail;
margin-left: 45px;
+ float: none;
}