summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-03 22:01:23 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-03 22:01:23 +0300
commitb2a45a1d35254a8142c7e0c9c511615db2228097 (patch)
treec964bbbe1ecb6a47e5b9b01c7481e798ae08f991
parent4adcd5113386e30edb7993f36bb009f472b36262 (diff)
downloadgitlab-ce-b2a45a1d35254a8142c7e0c9c511615db2228097.tar.gz
Make nav links bold since some desktops does not render 500 properly
-rw-r--r--app/assets/stylesheets/sections/nav.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/nav.scss b/app/assets/stylesheets/sections/nav.scss
index fca15950200..31c0a0835db 100644
--- a/app/assets/stylesheets/sections/nav.scss
+++ b/app/assets/stylesheets/sections/nav.scss
@@ -49,7 +49,7 @@
a {
display: block;
text-align: center;
- font-weight: 500;
+ font-weight: bold;
height: 42px;
line-height: 39px;
color: #777;