From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 04:18:38 +0000 (-0400) Subject: nav header links margin is on right instead of left to keep image in the correct... X-Git-Tag: monkeysphere_0.12-1~31^2~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=112ab1ba206dbfc3a4d983ec798000da9699f7b6;p=monkeysphere.git nav header links margin is on right instead of left to keep image in the correct spot. --- diff --git a/website/local.css b/website/local.css index c398155..878cd11 100644 --- a/website/local.css +++ b/website/local.css @@ -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 {