bolding links in header, and removing underlines from them to match proposed site...
[monkeysphere.git] / website / local.css
index 11b6caf4d393914caa2a850646d31a9428caf01b..04f336ccdf0429e4000a77bba34a15921bbdb984 100644 (file)
@@ -50,6 +50,7 @@ table.sitenav {
  border-bottom: 2px solid black;
  padding: 0px;
  width: 100%;
+ font-size: larger;
 }
 
 table.sitenav img.logo { 
@@ -58,11 +59,12 @@ table.sitenav img.logo {
  vertical-align: bottom;
 }
 
+table.sitenav a { 
+  font-weight: bold;
+  text-decoration: none;
+}
 
-div.header { 
-  display: none;
- }
-
-div.actions { 
-  display: none;
- }
+table.sitenav a:hover { 
+  font-weight: bold;
+  text-decoration: underline;
+}