diff options
author | Mark Lentczner <markl@glyphic.com> | 2010-08-28 18:25:16 +0000 |
---|---|---|
committer | Mark Lentczner <markl@glyphic.com> | 2010-08-28 18:25:16 +0000 |
commit | 0965b9e915a2d836e019dc941d2a10fa57a0a7f4 (patch) | |
tree | 586ec0298c2aba905f5a25bd3c0a599273fc1627 | |
parent | 43888034557c589a1cfe6e255433b086ee375bd2 (diff) |
fix def lists
-rw-r--r-- | html/Ocean.std-theme/ocean.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index f1963eaf..d8b28444 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -27,7 +27,6 @@ dl { } dt { - margin-top: 0.8em; font-weight: bold; } dd { @@ -221,12 +220,12 @@ dl.info dt { float: left; font-weight: bold; display: block; - margin-right: 1em; + margin: 0 1em 0 0; } dl.info dd { display: block; - margin-left: 6em; + margin: 0 0 0 6em; } div#style-menu-holder { |