Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-19 01:08:20 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-19 01:08:20 +0400
commit7530fa9decae2bb3d8622e1a40a080deb831af9f (patch)
tree0bc26e81a515ac367ef8639e0c2f31abc9c73603 /app
parent3f9749dd86874c4b6dcbdad7d3cd0dc7406a20b8 (diff)
Restored margin for text in notes
Diffstat (limited to 'app')
-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 c846e6a7f0a..30587ef5b63 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -48,7 +48,7 @@
p { color:$style_color; }
.note-author { color: $style_color;}
- .note-title { padding-top: 5px;}
+ .note-title { margin-left:45px; padding-top: 5px;}
.avatar {
margin-top:3px;
}