From: Gabriel Wicke Date: Mon, 26 Apr 2004 19:43:05 +0000 (+0000) Subject: bigger margin-left on ol's X-Git-Tag: 1.3.0beta1~264 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=ed437664591335cfb3fb1d6ed800acdfe6c9b171;p=lhc%2Fweb%2Fwiklou.git bigger margin-left on ol's --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 91b8cccd1a..f16d7346cd 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -150,7 +150,7 @@ ul { } ol { line-height: 1.5em; - margin: 0.3em 0 0 1.5em; + margin: 0.3em 0 0 2.4em; padding:0; } ul a, ol a { @@ -169,7 +169,7 @@ dt a { dd { line-height: 1.5em; margin-bottom: 0.8em; - margin-left: 1.4em; + margin-left: 1.6em; } dd a { text-decoration: none;