fix usage of table of contents plugin.
[monkeysphere.git] / website / local.css
index 0cebb5030d00e1db996217dfc580249551cdbd9b..1e9f2df54e31537b2f1fcff9d701281d5c54b383 100644 (file)
@@ -62,10 +62,24 @@ table.sitenav img.logo {
 table.sitenav a { 
   font-weight: bold;
   text-decoration: none;
-  margin-left: 1em;
+  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;
+}