ensure table is always correctly displayed
[radio.git] / html / style.css
index 03c4778..e393467 100644 (file)
@@ -47,10 +47,13 @@ nav a, footer a {
 }
 
 nav li.selected {
+        font-weight: bold;
+        color: #eee;
+}
+
+nav li.selected, nav a:hover {
+        padding-bottom: 1em;
         border-bottom-color: #eee;
         border-bottom-style: solid;
         border-bottom-width: medium;
-        padding-bottom: 1em;
-        font-weight: bold;
-        color: #eee;
 }