Changeset - 2487fc74c864
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-04 00:24:42
marcin@python-works.com
reduce the size of repo in contextbar, it was too big and looked awkward.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/contextbar.css
Show inline comments
 
@@ -112,7 +112,7 @@ ul.horizontal-list li a {
 

	
 
#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 @@ ul.horizontal-list li a {
 

	
 
#breadcrumbs span {
 
    font-weight: bold;
 
    font-size: 1.8em;
 
    font-size: 1.4em;
 
}
 

	
 
#header #header-inner #quick ul,
0 comments (0 inline, 0 general)