diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 4 |
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 { |