]> code.citadel.org Git - citadel.git/commitdiff
fix the with of the new navbar
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 2 Feb 2007 18:36:55 +0000 (18:36 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Fri, 2 Feb 2007 18:36:55 +0000 (18:36 +0000)
webcit/static/webcit.css

index db447b396bced1d0d40f47d176f8332ea530739d..e6266ffe798b340bbec7a4019a1858b00530379c 100644 (file)
@@ -125,15 +125,16 @@ li.start_page {
 
 #navbar ul {
        float: left;
+       width: 95%;
 }
 
 #navbar ul li {
        display: inline;
        list-style: none;
        margin-top: 0;
-       margin-right: 25px;
+       margin-right: 5px;
        margin-bottom:0 ;
-       margin-left: 25px;
+       margin-left: 20px;
 }
 
 #navbar ul li img {