diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:17:08 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:17:08 -0400 |
commit | b31345332bd3b1581ae46facd6343fe4946ae1b0 (patch) | |
tree | 174f1bfdf0dfbf77f5ac29cf6f3ce9d3c7e22e93 | |
parent | 6d416661c4bfd02f8f4bbb1d9d990e7e9bf38827 (diff) |
making navigation header links behave sanely when selected.
-rw-r--r-- | website/local.css | 6 |
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; |