diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-27 21:29:48 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-27 21:29:48 +0000 |
commit | a064b5bf5d6cd546d2ef4ead6b68835b6348ca35 (patch) | |
tree | 9532e5a87c46d32a2b2d1e84689723dd311aaa3e /html/Ocean.std-theme | |
parent | 31c36bc417426d144e1c80d5d719176e4d6eb133 (diff) |
fix broken header link margins
Diffstat (limited to 'html/Ocean.std-theme')
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 52292eaf..bea63507 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -115,7 +115,7 @@ ul.links { text-align: left; float: right; display: inline-table; - margin-left: 1em; + margin: 0 0 0 1em; } ul.links li { |