From b51aef93f969d302a25aff3a734079d91887ac5b Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 00:14:17 -0400 Subject: [PATCH] bolding links in header, and removing underlines from them to match proposed site design. --- website/local.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/local.css b/website/local.css index 5764265..04f336c 100644 --- a/website/local.css +++ b/website/local.css @@ -59,3 +59,12 @@ table.sitenav img.logo { vertical-align: bottom; } +table.sitenav a { + font-weight: bold; + text-decoration: none; +} + +table.sitenav a:hover { + font-weight: bold; + text-decoration: underline; +} -- 2.25.1