diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 20:16:25 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 20:16:25 -0700 |
commit | bc4e25189805879490555ef2782193470f4fe295 (patch) | |
tree | 81f402630a6a6d2510d46fcc98d505439efec4f2 | |
parent | b3c6f0b297773a946379a6fca8b3165cb66c6754 (diff) | |
download | gitlab-ce-bc4e25189805879490555ef2782193470f4fe295.tar.gz |
Make panel heading font bold
-rw-r--r-- | app/assets/stylesheets/base/gl_bootstrap.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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; |