making navigation header links behave sanely when selected.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:17:08 +0000 (00:17 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:17:08 +0000 (00:17 -0400)
website/local.css

index 0cebb5030d00e1db996217dfc580249551cdbd9b..c398155bb7e6b9a248b0c1cdaf556e725e41dc1b 100644 (file)
@@ -65,6 +65,12 @@ table.sitenav a {
   margin-left: 1em;
 }
 
+table.sitenav span.selflink { 
+  font-weight: bold;
+  text-decoration: underline;
+  margin-left: 1em;
+}
+
 table.sitenav a:hover { 
   font-weight: bold;
   text-decoration: underline;