]> git.parisson.com Git - telemeta.git/commitdiff
fix
authoryomguy <yomguy@parisson.com>
Tue, 31 Jan 2012 17:48:51 +0000 (18:48 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 31 Jan 2012 17:48:51 +0000 (18:48 +0100)
telemeta/htdocs/css/telemeta.css

index 517a99664404342d12b776e162cb5191111c3931..bb72d138e6c0167cf5c3cb982f1c7992a2738ef1 100644 (file)
@@ -530,7 +530,7 @@ color:#FFF;
     display:block; 
     height:15px;
     padding: 5px 5px;
-    font-size: 12px;
+    font-size: 11px;
     text-align:left;
     -webkit-border-top-left-radius:0px 0px;
     moz-border-radius-topleft: 0px 0px;
@@ -546,6 +546,12 @@ color:#FFF;
     color: #6a0307 ;
 }
 
+#nav ul a:active {
+    background-color: #FFF;
+    color: #6a0307 ;
+}
+
+
 
 /* Footer (borrowed from Trac) */
 #footer {