From 0965b9e915a2d836e019dc941d2a10fa57a0a7f4 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Sat, 28 Aug 2010 18:25:16 +0000 Subject: fix def lists --- html/Ocean.std-theme/ocean.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'html/Ocean.std-theme') 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 { -- cgit v1.2.3