Commit 92ca779ebcfaebd01b2b107478b8f77896b14587
1 parent
0a05c8dd
Exists in
spb-stable
and in
3 other branches
Improve comment header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/notes.scss
... | ... | @@ -27,11 +27,15 @@ ul.notes { |
27 | 27 | |
28 | 28 | .discussion-last-update, |
29 | 29 | .note-last-update { |
30 | - font-style: italic; | |
30 | + &:before { | |
31 | + content: "\00b7"; | |
32 | + } | |
33 | + font-size: 13px; | |
31 | 34 | } |
32 | 35 | .author { |
33 | - color: $style_color; | |
36 | + color: #555; | |
34 | 37 | font-weight: bold; |
38 | + font-size: 14px; | |
35 | 39 | &:hover { |
36 | 40 | color: $primary_color; |
37 | 41 | } | ... | ... |