completing the service-specific hostname canonicalization (i think).
[monkeysphere.git] / website / local.css
index 11b6caf4d393914caa2a850646d31a9428caf01b..1e9f2df54e31537b2f1fcff9d701281d5c54b383 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,27 @@ table.sitenav img.logo {
  vertical-align: bottom;
 }
 
+table.sitenav a { 
+  font-weight: bold;
+  text-decoration: none;
+  margin-right: 1em;
+}
+
+table.sitenav span.selflink { 
+  font-weight: bold;
+  text-decoration: underline;
+  margin-right: 1em;
+}
+
+table.sitenav a:hover { 
+  font-weight: bold;
+  text-decoration: underline;
+}
 
 div.header { 
 display: none;
- }
text-align: right;
+}
 
 div.actions { 
 display: none;
- }
text-align: right;
+}