diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:14:17 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:14:17 -0400 |
commit | b51aef93f969d302a25aff3a734079d91887ac5b (patch) | |
tree | 1d64e99fd6964e6ce05fb4872fa8adf3e335f0f1 /website | |
parent | 0868e442ce10e983db2401c07011ea456e8f4a52 (diff) |
bolding links in header, and removing underlines from them to match proposed site design.
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |