pre elements should not run the full page
[monkeysphere.git] / website / local.css
index 76a04c3da6595c07b25e514912abe398df0f18dc..afecdbacf9ffcac6a64938d23300ec05cac3a59c 100644 (file)
@@ -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,8 +75,10 @@ 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 {