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>2014-06-03 11:04:31 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 11:04:31 +0400
commit7bb0551fd9f703674f2126ca316d8a097ef9d1ed (patch)
treefa159ec6ebfdd17500c124ffdbbc3f274de5dd78 /app/assets
parent636718adf00e71bfd3a2bf96df86c1b3b0c931bc (diff)
Improve small panels
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-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;
+ }
}
}
}