From: Gabriel Wicke Date: Fri, 2 Apr 2004 17:19:05 +0000 (+0000) Subject: added margin-left and decreased mergin-bottom for dd's X-Git-Tag: 1.3.0beta1~637 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=4ccd1704681dba6039247cde3b56de64c565077d;p=lhc%2Fweb%2Fwiklou.git added margin-left and decreased mergin-bottom for dd's --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index af02582552..f3470ad448 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -167,7 +167,8 @@ dt a { dd { line-height: 1.5em; - margin-bottom: 1em; + margin-bottom: 0.8em; + margin-left: 1.4em; } dd a { text-decoration: none;