summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 10:04:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 10:04:31 +0300
commit7bb0551fd9f703674f2126ca316d8a097ef9d1ed (patch)
treefa159ec6ebfdd17500c124ffdbbc3f274de5dd78
parent636718adf00e71bfd3a2bf96df86c1b3b0c931bc (diff)
downloadgitlab-ce-7bb0551fd9f703674f2126ca316d8a097ef9d1ed.tar.gz
Improve small panels
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/gl_bootstrap.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gl_bootstrap.scss b/app/assets/stylesheets/gl_bootstrap.scss
index 514ab8cdfa4..8ab305695fd 100644
--- a/app/assets/stylesheets/gl_bootstrap.scss
+++ b/app/assets/stylesheets/gl_bootstrap.scss
@@ -262,6 +262,10 @@ ul.breadcrumb {
&.panel-small {
.panel-heading {
padding: 6px 15px;
+ font-size: 13px;
+ a {
+ color: #777;
+ }
}
}
}