From bc4e25189805879490555ef2782193470f4fe295 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 22 Mar 2015 20:16:25 -0700 Subject: Make panel heading font bold --- app/assets/stylesheets/base/gl_bootstrap.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/base/gl_bootstrap.scss b/app/assets/stylesheets/base/gl_bootstrap.scss index 82c51cf4852..e176cce5c69 100644 --- a/app/assets/stylesheets/base/gl_bootstrap.scss +++ b/app/assets/stylesheets/base/gl_bootstrap.scss @@ -152,6 +152,8 @@ */ .panel { .panel-heading { + font-weight: bold; + .panel-head-actions { position: relative; top: -5px; -- cgit v1.2.3