aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-08-27 21:29:48 +0000
committerMark Lentczner <markl@glyphic.com>2010-08-27 21:29:48 +0000
commita064b5bf5d6cd546d2ef4ead6b68835b6348ca35 (patch)
tree9532e5a87c46d32a2b2d1e84689723dd311aaa3e
parent31c36bc417426d144e1c80d5d719176e4d6eb133 (diff)
fix broken header link margins
-rw-r--r--html/Ocean.std-theme/ocean.css2
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 {