adding missing curly brace.
[monkeysphere.git] / website / local.css
index a3c29334d6654b15f43bac22e9bbbad22cb96a8d..17ad1b3a04d7012fad975c815a39a72f31367984 100644 (file)
@@ -22,7 +22,7 @@ body {
   font-size: 0.95em;
 }
 
-*|*:visited 
+*|*:visited {
   color: #f6a464;
 }
 
@@ -51,7 +51,8 @@ pre {
   background: #ddd;
   border: 1px solid #aaa;
   padding: 3px 3px 3px 3px;
-  margin-left: 2em;
+  margin-left: 38px;
+  margin-right: 5em;
   overflow: auto;
 }
 
@@ -74,6 +75,12 @@ table.sitenav a {
   font-size: smaller;
 }
 
+/* trying to align the sitenav links roughly with the text in the monkeysphere logo */
+td#sitenav { 
+  vertical-align: bottom;
+  padding-bottom: 30px;
+}
+
 table.sitenav span.selflink { 
   font-weight: bold;
   text-decoration: underline;