From 7bb0551fd9f703674f2126ca316d8a097ef9d1ed Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 3 Jun 2014 10:04:31 +0300 Subject: [PATCH] Improve small panels --- app/assets/stylesheets/gl_bootstrap.scss | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/gl_bootstrap.scss b/app/assets/stylesheets/gl_bootstrap.scss index 514ab8c..8ab3056 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; + } } } } -- libgit2 0.21.2