pre elements should not run the full page
[monkeysphere.git] / website / local.css
index 3d00d715abc34f92a68b0b62f14045d4ff26c4a6..afecdbacf9ffcac6a64938d23300ec05cac3a59c 100644 (file)
@@ -51,7 +51,9 @@ pre {
   background: #ddd;
   border: 1px solid #aaa;
   padding: 3px 3px 3px 3px;
-  margin-left: 2em;
+  margin-left: 38px;
+  margin-right: 5em;
+  overflow: auto;
 }
 
 table.sitenav { 
@@ -70,12 +72,20 @@ table.sitenav img.logo {
 table.sitenav a { 
   font-weight: bold;
   margin-right: 1em;
+  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;
   margin-right: 1em;
+  font-variant: small-caps;
 }
 
 div.header { 
@@ -96,3 +106,8 @@ div.actions {
   padding: 0;
 }
 
+/* align main paragraphs to the right side of the monkey's finger */
+div#content > p { 
+  margin-left: 18px;
+  margin-right: 5em;
+}