Remove totally pointless and somewhat annoying !important from commonPrint.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 4 Dec 2011 16:19:14 +0000 (16:19 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 4 Dec 2011 16:19:14 +0000 (16:19 +0000)
This fixes bug 32795

skins/common/commonPrint.css

index be8113e..8accd98 100644 (file)
@@ -153,7 +153,7 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 p, .documentDescription {
 }
 
 p, .documentDescription {
-       margin: 1em 0 !important;
+       margin: 1em 0;
        line-height: 1.2em;
 }
 
        line-height: 1.2em;
 }