manipulating vertical placement of nav text
[monkeysphere.git] / website / local.css
index 388531bbbb5f96fd5c3ecd06e28062a561682773..76a04c3da6595c07b25e514912abe398df0f18dc 100644 (file)
@@ -71,7 +71,11 @@ table.sitenav img.logo {
 table.sitenav a { 
   font-weight: bold;
   margin-right: 1em;
-  font-variant: small-caps;
+  font-size: smaller;
+}
+
+td#sitenav { 
+  vertical-align: bottom;
 }
 
 table.sitenav span.selflink { 
@@ -100,7 +104,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;
 }