Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-23 06:16:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-23 06:16:25 +0300
commitbc4e25189805879490555ef2782193470f4fe295 (patch)
tree81f402630a6a6d2510d46fcc98d505439efec4f2 /app/assets/stylesheets
parentb3c6f0b297773a946379a6fca8b3165cb66c6754 (diff)
Make panel heading font bold
Diffstat (limited to 'app/assets/stylesheets')
-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;