X-Git-Url: http://git.wpitchoune.net/gitweb/?p=radio.git;a=blobdiff_plain;f=html%2Fstyle.css;fp=html%2Fstyle.css;h=03c4778a2f3ceff9a4e2e0392d959c212368d259;hp=01b8e48cc1f61b06591b2c0315b34c01e97479f2;hb=6dbd39ca415a463302910ee2391be62fb23f2dd1;hpb=96cca99c91fe167a800bba029704267e54b63f12 diff --git a/html/style.css b/html/style.css index 01b8e48..03c4778 100644 --- a/html/style.css +++ b/html/style.css @@ -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; }