changeset 3661:2487fc74c864 beta

reduce the size of repo in contextbar, it was too big and looked awkward.
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 00:24:42 +0200
parents 38939a5ddae0
children 93795b901b32
files rhodecode/public/css/contextbar.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/contextbar.css	Thu Apr 04 00:18:06 2013 +0200
+++ b/rhodecode/public/css/contextbar.css	Thu Apr 04 00:24:42 2013 +0200
@@ -112,7 +112,7 @@
 
 #breadcrumbs {
     float: left;
-    padding: 3px 0 5px 0;
+    padding: 6px 0 5px 0;
     padding-left: 5px;
     font-weight: bold;
     font-size: 14px;
@@ -120,7 +120,7 @@
 
 #breadcrumbs span {
     font-weight: bold;
-    font-size: 1.8em;
+    font-size: 1.4em;
 }
 
 #header #header-inner #quick ul,