summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-08 10:12:14 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-08 10:12:14 +0200
commit4bea030c88d1462be70a67b72505cb093868ec29 (patch)
tree188b03f9d6170da3dd603b143593f97c7ce9552d /app/assets/stylesheets/pages/notes.scss
parentdef4d8b90617dae50f3fa23e67b2ee383f84f82e (diff)
downloadgitlab-ce-4bea030c88d1462be70a67b72505cb093868ec29.tar.gz
Style system notes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 77a112f8c77..9603624a657 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -34,10 +34,8 @@ ul.notes {
content: "\00b7";
}
- font-size: 13px;
-
a {
- @extend .cgray;
+ color: $gl-gray;
&:hover {
text-decoration: underline;
@@ -45,8 +43,9 @@ ul.notes {
}
}
.author {
- color: #333;
- font-weight: bold;
+ color: #4c4e54;
+ margin-right: 3px;
+
&:hover {
color: $gl-link-color;
}