From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 05:34:43 +0000 (-0400) Subject: simplifying stylesheet, returning underscores to nav links X-Git-Tag: monkeysphere_0.12-1~31^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=90568be082e730053e54ecdcd71bf81d719481f8;p=monkeysphere.git simplifying stylesheet, returning underscores to nav links --- diff --git a/website/local.css b/website/local.css index 1e9f2df..b9d7287 100644 --- a/website/local.css +++ b/website/local.css @@ -61,7 +61,6 @@ table.sitenav img.logo { table.sitenav a { font-weight: bold; - text-decoration: none; margin-right: 1em; } @@ -71,11 +70,6 @@ table.sitenav span.selflink { margin-right: 1em; } -table.sitenav a:hover { - font-weight: bold; - text-decoration: underline; -} - div.header { text-align: right; }