tweaking stylesheet
[monkeysphere.git] / website / local.css
index 29939b89cac8e3e0d5762e0be6d46c23ff3ab2a9..ca9fe55c2f22004d09d17a72667a84c2f0f3188e 100644 (file)
@@ -99,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;
+}