From ed437664591335cfb3fb1d6ed800acdfe6c9b171 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 26 Apr 2004 19:43:05 +0000 Subject: [PATCH] bigger margin-left on ol's --- stylesheets/monobook/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1