From fe6f47d2bb1a2316714c480672472f60cc15f9f3 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 4 Nov 2011 18:39:30 +0000 Subject: [PATCH] Apply patch from Bug #12262 -- "Indents and lists don't align" --- skins/common/commonElements.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index 1c26b1d7bb..7841613ef4 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -148,7 +148,7 @@ p img { ul { line-height: 1.5em; list-style-type: square; - margin: .3em 0 0 1.5em; + margin: .3em 0 0 1.6em; padding: 0; } ol { @@ -170,7 +170,7 @@ dl { } dd { line-height: 1.5em; - margin-left: 2em; + margin-left: 1.6em; margin-bottom: .1em; } -- 2.20.1