standardizing on h2 as the section header across web site documentation.
[monkeysphere.git] / website / local.css
index 57642658d3fe556a1d8e0c44c7e698ecba3a3a0d..1e9f2df54e31537b2f1fcff9d701281d5c54b383 100644 (file)
@@ -59,3 +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 { 
+ text-align: right;
+}
+
+div.actions { 
+ text-align: right;
+}