From b58b5809f0989131c82426e8d2cdab032ba29bb1 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 4 Dec 2011 16:19:14 +0000 Subject: [PATCH] Remove totally pointless and somewhat annoying !important from commonPrint. This fixes bug 32795 --- skins/common/commonPrint.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index be8113e18b..8accd982ae 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -153,7 +153,7 @@ h1, h2, h3, h4, h5, h6 { } p, .documentDescription { - margin: 1em 0 !important; + margin: 1em 0; line-height: 1.2em; } -- 2.20.1