From 5e21976d134a3465e04ba5537bf13af5e9d03717 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 18 Dec 2013 16:33:40 +0200 Subject: [PATCH] Set font-weight:500 for row titles --- app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 8f6358a..03dc7c6 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -154,7 +154,7 @@ } .row_title { - font-weight: bold; + font-weight: 500; color: #444; &:hover { color: #444; -- libgit2 0.21.2