diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 01:34:43 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 01:34:43 -0400 |
commit | 90568be082e730053e54ecdcd71bf81d719481f8 (patch) | |
tree | 5543df744cc3b801f8c4bb5220f6f8fb30be4b0d /website | |
parent | b03fc4b79643fd5068d12fa66909e9909668f422 (diff) |
simplifying stylesheet, returning underscores to nav links
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 6 |
1 files changed, 0 insertions, 6 deletions
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; } |