fixed links nav
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 20 Jan 2016 00:20:44 +0000 (01:20 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 20 Jan 2016 00:20:44 +0000 (01:20 +0100)
header.tpl
html/style.css

index 5e2ad21..fa6016b 100644 (file)
@@ -26,9 +26,9 @@
         <body>
                 <nav>
                         <ul>
-                                <li>Proxy Radio</li>
+                                <li><a href="index.html">Proxy Radio</a></li>
                                 <li><a href="last_songs.html">Played songs</a></li>
-                                <li class="selected"><a href="songs.html">All songs</a></li>
+                                <li class="selected">All songs</li>
                         </ul>
                 </nav>
 
index 5549c44..e393467 100644 (file)
@@ -41,7 +41,7 @@ nav ul li, footer ul li {
 
 }
 
-nav a, footer a, nav li {
+nav a, footer a {
         color: #eee;
         text-decoration: none;
 }