From: Mark A. Hershberger Date: Fri, 4 Nov 2011 18:39:30 +0000 (+0000) Subject: Apply patch from Bug #12262 -- "Indents and lists don't align" X-Git-Tag: 1.31.0-rc.0~26699 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=fe6f47d2bb1a2316714c480672472f60cc15f9f3;p=lhc%2Fweb%2Fwiklou.git Apply patch from Bug #12262 -- "Indents and lists don't align" --- 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; }