tweaking stylesheet
[monkeysphere.git] / website / local.css
index 76dc4ccb644cbc70d902f9c644cd4eedd39ed453..ca9fe55c2f22004d09d17a72667a84c2f0f3188e 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,7 +52,7 @@ pre {
   border: 1px solid #aaa;
   padding: 3px 3px 3px 3px;
   margin-left: 2em;
-  overflow: scroll;
+  overflow: auto;
 }
 
 table.sitenav { 
@@ -90,3 +99,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;
+}