Commit 92ca779ebcfaebd01b2b107478b8f77896b14587

Authored by Dmitriy Zaporozhets
1 parent 0a05c8dd

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,11 +27,15 @@ ul.notes {
27 27
28 .discussion-last-update, 28 .discussion-last-update,
29 .note-last-update { 29 .note-last-update {
30 - font-style: italic; 30 + &:before {
  31 + content: "\00b7";
  32 + }
  33 + font-size: 13px;
31 } 34 }
32 .author { 35 .author {
33 - color: $style_color; 36 + color: #555;
34 font-weight: bold; 37 font-weight: bold;
  38 + font-size: 14px;
35 &:hover { 39 &:hover {
36 color: $primary_color; 40 color: $primary_color;
37 } 41 }