raising nav text to where Dan Scott says it should be
[monkeysphere.git] / website / local.css
index 29939b89cac8e3e0d5762e0be6d46c23ff3ab2a9..5a5fceb086cfaaef906bb01816448173cf11054b 100644 (file)
@@ -71,7 +71,13 @@ table.sitenav img.logo {
 table.sitenav a { 
   font-weight: bold;
   margin-right: 1em;
-  font-variant: small-caps;
+  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 { 
@@ -99,3 +105,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;
+}