Give our navbar a more sober look.
authorBernardo Innocenti <bernie@codewiz.org>
Fri, 28 Mar 2008 12:57:41 +0000 (13:57 +0100)
committerBernardo Innocenti <bernie@codewiz.org>
Fri, 28 Mar 2008 12:57:41 +0000 (13:57 +0100)
geekigeeki.css

index 06733134146424cb11f075a18365c88216f81826..f862a3f9aaec88e75b71f56740baaf8be839d2e8 100755 (executable)
@@ -17,7 +17,7 @@ body {
 a { color: #1010FF; }
 a:visited { color: #501080; }
 a.nonexistent { color: #D04040; }
-a.navlink { font-size: smaller; }
+a.navlink { color: #000088; font-size: smaller; font-weight: bold}
 a.external { font-style: italic; }
 a.heading { text-decoration: none; color: #aaaaaa; font-size: smaller; }
 
@@ -159,8 +159,10 @@ div.index {
 }
 
 div.nav {
-       border-color: #cc9933;
-       background-color: #ffcc66;
+       /*border-color: #88aacc;
+       background-color: #aaccee;*/
+       border-color: #888888;
+       background-color: #cccccc;
        border-style: solid;
        border-top-width: 0px;
        border-bottom-width: 2px;