more website visual adjustments, as suggested by Dan Scott
[monkeysphere.git] / website / local.css
index cb966f8a796366da2e39743ddb0923120e5304e8..388531bbbb5f96fd5c3ecd06e28062a561682773 100644 (file)
@@ -1,3 +1,12 @@
+h1 {
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
+}
+
 h2 {
   -moz-border-radius: 4px;
   background-color: #B67B4E;
@@ -43,6 +52,7 @@ pre {
   border: 1px solid #aaa;
   padding: 3px 3px 3px 3px;
   margin-left: 2em;
+  overflow: auto;
 }
 
 table.sitenav { 
@@ -89,3 +99,8 @@ div.actions {
   padding: 0;
 }
 
+/* align main paragraphs to the right side of the monkey's finger */
+body > p { 
+  margin-left: 18px;
+  margin-right: 5em;
+}