manipulating vertical placement of nav text
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 5 Sep 2008 13:35:27 +0000 (09:35 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 5 Sep 2008 13:35:27 +0000 (09:35 -0400)
website/local.css
website/sidebar.mdwn

index a3c29334d6654b15f43bac22e9bbbad22cb96a8d..76a04c3da6595c07b25e514912abe398df0f18dc 100644 (file)
@@ -74,6 +74,10 @@ table.sitenav a {
   font-size: smaller;
 }
 
+td#sitenav { 
+  vertical-align: bottom;
+}
+
 table.sitenav span.selflink { 
   font-weight: bold;
   text-decoration: underline;
index 33ab8ce753e4c829cc5d47780e195b6b57ecd77e..fe21fc5d57a5abbbf29eb27643de67f1a8bcdea3 100644 (file)
@@ -1,7 +1,7 @@
 <table class="sitenav" cellpadding="0" cellspacing="0">
 <tbody><tr><td>
 <a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a>
-</td><td>
+</td><td id="sitenav">
 
 [[WHY?|why]]
 [[DOWNLOAD|download]]