From: Gabriel Wicke Date: Fri, 11 Jun 2004 23:14:56 +0000 (+0000) Subject: list margin tuning, make sure li's in ol's don't inherit the list-style-image X-Git-Tag: 1.5.0alpha1~2907 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=445ce85528e793053d68992c41c2dc1595718893;p=lhc%2Fweb%2Fwiklou.git list margin tuning, make sure li's in ol's don't inherit the list-style-image --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index d02478ea44..f8eff97560 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -123,13 +123,20 @@ ol { line-height: 1.5em; margin: 0.3em 0 0 3.2em; padding:0; + list-style-image: none; } li { margin-bottom: 0.1em; } -dt { font-weight: bold; } +dt { + font-weight: bold; + margin-bottom: 0.1em; +} +dl{ + margin-bottom: 0.3em; +} dd { line-height: 1.5em; - margin-bottom: 0.8em; margin-left: 2em; + margin-bottom: 0.1em; } fieldset {