]> git.0d.be Git - panikweb.git/commitdiff
Small fixe for metaNav padding
authorlaron <simon@surlaterre.org>
Wed, 25 Sep 2013 09:59:39 +0000 (11:59 +0200)
committerlaron <simon@surlaterre.org>
Wed, 25 Sep 2013 09:59:39 +0000 (11:59 +0200)
panikweb_templates/static/css/specifics.css

index 853636f7ac470a0b8516796833b5505c8ae14d40..f99ed3063917985372e4943fb80dfda8dbb94c34 100644 (file)
@@ -196,7 +196,6 @@ body{
 /****************************************************/
 
 #metaNav {
-       height: 30px;
        color:white;
        background-color: black;
        position:fixed;
@@ -213,13 +212,13 @@ body{
        width: 16%;
 }
 #metaNav ul li a{
-       height: 30px;
-       display:block !important;
+       height: 2em;
+       display:block;
        color:white;
 }
 
 #metaNav ul li a span{
-    padding:0.5em 0 0.5em 0;
+    padding:0.4em 0 0.5em 0;
        display:inline-block;
 }