bolding links in header, and removing underlines from them to match proposed site...
[monkeysphere.git] / website / local.css
index 57642658d3fe556a1d8e0c44c7e698ecba3a3a0d..04f336ccdf0429e4000a77bba34a15921bbdb984 100644 (file)
@@ -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;
+}