From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 04:14:17 +0000 (-0400) Subject: bolding links in header, and removing underlines from them to match proposed site... X-Git-Tag: monkeysphere_0.12-1~31^2~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b51aef93f969d302a25aff3a734079d91887ac5b;p=monkeysphere.git bolding links in header, and removing underlines from them to match proposed site design. --- 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; +}