summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:18:38 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 00:18:38 -0400
commit112ab1ba206dbfc3a4d983ec798000da9699f7b6 (patch)
tree093310d35618f9078e0b491cd7dd82e52ce00be3 /website
parentb31345332bd3b1581ae46facd6343fe4946ae1b0 (diff)
nav header links margin is on right instead of left to keep image in the correct spot.
Diffstat (limited to 'website')
-rw-r--r--website/local.css4
1 files 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 {