summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:14:17 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:14:17 -0400
commitb51aef93f969d302a25aff3a734079d91887ac5b (patch)
tree1d64e99fd6964e6ce05fb4872fa8adf3e335f0f1 /website
parent0868e442ce10e983db2401c07011ea456e8f4a52 (diff)
bolding links in header, and removing underlines from them to match proposed site design.
Diffstat (limited to 'website')
-rw-r--r--website/local.css9
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;
+}