raising nav text to where Dan Scott says it should be
[monkeysphere.git] / website / local.css
index 388531bbbb5f96fd5c3ecd06e28062a561682773..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 { 
@@ -100,7 +106,7 @@ div.actions {
 }
 
 /* align main paragraphs to the right side of the monkey's finger */
-body > p { 
+div#content > p { 
   margin-left: 18px;
   margin-right: 5em;
 }