improved L&F
[radio.git] / html / style.css
index 01b8e48..03c4778 100644 (file)
@@ -21,13 +21,8 @@ footer {
         font-size: 80%;
 }
 
-audio {
-        margin: 20pt 20pt 20pt 20pt;
-}
-
-nav ul {
+nav ul, footer ul {
         background-color: #444;
-        color: #eee;
         padding: 1em 0 1em 1em;
         margin: 0;
         text-transform: uppercase;
@@ -35,24 +30,27 @@ nav ul {
         border-bottom-color: #444;
         border-bottom-width: medium;
         border-bottom-style: solid;
+        list-style: none;
 }
 
-nav ul li {
+nav ul li, footer ul li {
         display: inline;
         margin: 0 1.5em 0 0;
         padding: 0;
         letter-spacing: 1px;
+
 }
 
-nav a {
+nav a, footer a {
         color: #eee;
         text-decoration: none;
 }
 
-li.selected {
+nav li.selected {
         border-bottom-color: #eee;
         border-bottom-style: solid;
         border-bottom-width: medium;
         padding-bottom: 1em;
         font-weight: bold;
+        color: #eee;
 }