From 81a9e81fae349e3e2b1cc336bf6cef767d65dbfc Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Thu, 13 Jun 2013 17:47:04 +0300
Subject: [PATCH] use bold font for active tab

---
 app/assets/stylesheets/gitlab_bootstrap/nav.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/assets/stylesheets/gitlab_bootstrap/nav.scss b/app/assets/stylesheets/gitlab_bootstrap/nav.scss
index 0fc8b21de7b..db0023cff92 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/nav.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/nav.scss
@@ -57,6 +57,7 @@
         border-color: #CCC;
         border-bottom: 1px solid #fff;
         color: #333;
+        font-weight: bold;
       }
     }
   }
-- 
GitLab