nav header links margin is on right instead of left to keep image in the correct...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:18:38 +0000 (00:18 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 2 Sep 2008 04:18:38 +0000 (00:18 -0400)
website/local.css

index c398155bb7e6b9a248b0c1cdaf556e725e41dc1b..878cd11097849af5945668d1b5214fad2c959350 100644 (file)
@@ -62,13 +62,13 @@ table.sitenav img.logo {
 table.sitenav a { 
   font-weight: bold;
   text-decoration: none;
-  margin-left: 1em;
+  margin-right: 1em;
 }
 
 table.sitenav span.selflink { 
   font-weight: bold;
   text-decoration: underline;
-  margin-left: 1em;
+  margin-right: 1em;
 }
 
 table.sitenav a:hover {