externalize the header
[radio.git] / html / style.css
index 03c4778..5549c44 100644 (file)
@@ -41,16 +41,19 @@ nav ul li, footer ul li {
 
 }
 
-nav a, footer a {
+nav a, footer a, nav li {
         color: #eee;
         text-decoration: none;
 }
 
 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;
 }