trying out more widely-supported smaller font + upcased link text instead of small...
[monkeysphere.git] / website / local.css
index 29939b89cac8e3e0d5762e0be6d46c23ff3ab2a9..a3c29334d6654b15f43bac22e9bbbad22cb96a8d 100644 (file)
@@ -71,7 +71,7 @@ table.sitenav img.logo {
 table.sitenav a { 
   font-weight: bold;
   margin-right: 1em;
-  font-variant: small-caps;
+  font-size: smaller;
 }
 
 table.sitenav span.selflink { 
@@ -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;
+}