bolding links in header, and removing underlines from them to match proposed site...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:14:17 +0000 (00:14 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:14:17 +0000 (00:14 -0400)
website/local.css

index 57642658d3fe556a1d8e0c44c7e698ecba3a3a0d..04f336ccdf0429e4000a77bba34a15921bbdb984 100644 (file)
@@ -59,3 +59,12 @@ table.sitenav img.logo {
  vertical-align: bottom;
 }
 
+table.sitenav a { 
+  font-weight: bold;
+  text-decoration: none;
+}
+
+table.sitenav a:hover { 
+  font-weight: bold;
+  text-decoration: underline;
+}