From 445ce85528e793053d68992c41c2dc1595718893 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 11 Jun 2004 23:14:56 +0000 Subject: [PATCH] list margin tuning, make sure li's in ol's don't inherit the list-style-image --- stylesheets/monobook/main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 { -- 2.20.1