summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/notes.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index a65771974c6..4d7a873a519 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -27,11 +27,15 @@ ul.notes {
.discussion-last-update,
.note-last-update {
- font-style: italic;
+ &:before {
+ content: "\00b7";
+ }
+ font-size: 13px;
}
.author {
- color: $style_color;
+ color: #555;
font-weight: bold;
+ font-size: 14px;
&:hover {
color: $primary_color;
}