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>2013-12-19 20:54:07 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-19 20:54:07 +0400
commitdc4b7cb49a075bdce4a6e55f789b991ee94fb529 (patch)
treed0a8aca7e442a8a44103d1151d878cf47d7ff42a
parent8c670b66f00966b10c5ddfa02dae71a1e36e8be3 (diff)
More visible title for Issues, MR etc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/blocks.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index 03dc7c6fc4f..9f5c4a1de94 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -72,10 +72,11 @@
.ui-box-head {
.box-title {
- font-size: 18px;
- font-weight: normal;
+ font-size: 20px;
+ font-weight: 500;
line-height: 28px;
margin: 0;
+ color: #444;
}
h3 {
margin: 0;