Add padding to printfooter
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 9 Sep 2014 20:04:30 +0000 (23:04 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 9 Sep 2014 20:04:30 +0000 (23:04 +0300)
Without padding it sticks too close to the categories
and to the article text.

Change-Id: I04cbd1daed470f33b8212f10622736fd17525ddd

resources/src/mediawiki.legacy/commonPrint.css

index 2c477b2..830b02f 100644 (file)
@@ -429,3 +429,7 @@ a.sortheader {
        padding-left: .2em;
        border-left: none;
 }
+
+.printfooter {
+       padding: 1em 0 1em 0;
+}