From c2c43e6aa1f9dc43d16f3d3c03ef247f73156db2 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 31 May 2014 14:00:23 +0300 Subject: [PATCH] Small ui improvements --- app/assets/stylesheets/generic/issue_box.scss | 4 ++-- app/assets/stylesheets/gl_bootstrap.scss | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss index 9847e80..3cb64d6 100644 --- a/app/assets/stylesheets/generic/issue_box.scss +++ b/app/assets/stylesheets/generic/issue_box.scss @@ -60,8 +60,8 @@ } .title { - font-size: 22px; - font-weight: 500; + font-size: 26px; + font-weight: normal; line-height: 1.5; margin: 0; color: #333; diff --git a/app/assets/stylesheets/gl_bootstrap.scss b/app/assets/stylesheets/gl_bootstrap.scss index 69053ea..874c4f5 100644 --- a/app/assets/stylesheets/gl_bootstrap.scss +++ b/app/assets/stylesheets/gl_bootstrap.scss @@ -271,6 +271,10 @@ ul.breadcrumb { color: #ffffff; background-color: $bg_danger; border-color: $border_danger; + a { + color: #FFF; + text-decoration: underline; + } } } @@ -280,6 +284,10 @@ ul.breadcrumb { color: #ffffff; background-color: $bg_success; border-color: $border_success; + a { + color: #FFF; + text-decoration: underline; + } } } @@ -289,6 +297,10 @@ ul.breadcrumb { color: #ffffff; background-color: $bg_primary; border-color: $border_primary; + a { + color: #FFF; + text-decoration: underline; + } } } @@ -298,5 +310,9 @@ ul.breadcrumb { color: #ffffff; background-color: $bg_warning; border-color: $border_warning; + a { + color: #FFF; + text-decoration: underline; + } } } -- libgit2 0.21.2