]> git.0d.be Git - panikweb.git/commitdiff
makes sure active items stay at the exact same place
authorFrédéric Péters <fpeters@0d.be>
Sat, 14 Sep 2013 16:21:45 +0000 (18:21 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 14 Sep 2013 16:25:41 +0000 (18:25 +0200)
panikweb_templates/static/css/specifics.css

index 6008fe42121d3e6d3d83a716436e8411a5ef122b..badbf0e51f629c46bf98899d49e6acd39af0c534 100644 (file)
@@ -314,9 +314,18 @@ body{
        color:white !important;
        font-weight:bold;
 }
-#Nav .active{
+#Nav ul li button,
+#Nav ul li a {
+       border-width:0 0 2px 0;
+       border-style: solid;
+       border-color: transparent;
+}
+
+#Nav ul li button.active,
+#Nav ul li a.active{
        border-width:0 0 2px 0;
        border-style:solid;
+       border-color: white;
 }
 #Nav nav ul.columns {column-rule:2px solid #342E2E;-moz-column-rule:2px solid #342E2E;-webkit-column-rule:2px solid #342E2E;}