simplifying stylesheet, returning underscores to nav links
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 05:34:43 +0000 (01:34 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 05:34:43 +0000 (01:34 -0400)
website/local.css

index 1e9f2df54e31537b2f1fcff9d701281d5c54b383..b9d7287da9cea50b422641f7d84a98aad169bf6e 100644 (file)
@@ -61,7 +61,6 @@ table.sitenav img.logo {
 
 table.sitenav a { 
   font-weight: bold;
-  text-decoration: none;
   margin-right: 1em;
 }
 
@@ -71,11 +70,6 @@ table.sitenav span.selflink {
   margin-right: 1em;
 }
 
-table.sitenav a:hover { 
-  font-weight: bold;
-  text-decoration: underline;
-}
-
 div.header { 
  text-align: right;
 }