From e5ff6d56e1da6d0347737adab54af733cfa9e4ec Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 9 Sep 2014 23:04:30 +0300 Subject: [PATCH] Add padding to printfooter Without padding it sticks too close to the categories and to the article text. Change-Id: I04cbd1daed470f33b8212f10622736fd17525ddd --- resources/src/mediawiki.legacy/commonPrint.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/src/mediawiki.legacy/commonPrint.css b/resources/src/mediawiki.legacy/commonPrint.css index 2c477b2fca..830b02fa67 100644 --- a/resources/src/mediawiki.legacy/commonPrint.css +++ b/resources/src/mediawiki.legacy/commonPrint.css @@ -429,3 +429,7 @@ a.sortheader { padding-left: .2em; border-left: none; } + +.printfooter { + padding: 1em 0 1em 0; +} -- 2.20.1