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
 
@@ -109,21 +109,21 @@ ul.horizontal-list > li ul ul {
 
ul.horizontal-list li a {
 
    white-space: nowrap;
 
}
 

	
 
#breadcrumbs {
 
    float: left;
 
    padding: 3px 0 5px 0;
 
    padding: 6px 0 5px 0;
 
    padding-left: 5px;
 
    font-weight: bold;
 
    font-size: 14px;
 
}
 

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

	
 
#header #header-inner #quick ul,
 
#revision-changer,
 
#context-pages,
 
#context-pages ul {
0 comments (0 inline, 0 general)