From 112ab1ba206dbfc3a4d983ec798000da9699f7b6 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 00:18:38 -0400 Subject: [PATCH] nav header links margin is on right instead of left to keep image in the correct spot. --- website/local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.25.1