From b31345332bd3b1581ae46facd6343fe4946ae1b0 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 00:17:08 -0400 Subject: [PATCH] making navigation header links behave sanely when selected. --- website/local.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.25.1