summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-22 20:16:25 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-22 20:16:25 -0700
commitbc4e25189805879490555ef2782193470f4fe295 (patch)
tree81f402630a6a6d2510d46fcc98d505439efec4f2
parentb3c6f0b297773a946379a6fca8b3165cb66c6754 (diff)
downloadgitlab-ce-bc4e25189805879490555ef2782193470f4fe295.tar.gz
Make panel heading font bold
-rw-r--r--app/assets/stylesheets/base/gl_bootstrap.scss2
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;