summaryrefslogtreecommitdiff
path: root/website/local.css
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:17:08 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:17:08 -0400
commitb31345332bd3b1581ae46facd6343fe4946ae1b0 (patch)
tree174f1bfdf0dfbf77f5ac29cf6f3ce9d3c7e22e93 /website/local.css
parent6d416661c4bfd02f8f4bbb1d9d990e7e9bf38827 (diff)
making navigation header links behave sanely when selected.
Diffstat (limited to 'website/local.css')
-rw-r--r--website/local.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css
index 0cebb50..c398155 100644
--- a/website/local.css
+++ b/website/local.css
@@ -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;