From: Amir E. Aharoni Date: Tue, 9 Sep 2014 20:04:30 +0000 (+0300) Subject: Add padding to printfooter X-Git-Tag: 1.31.0-rc.0~14099 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=e5ff6d56e1da6d0347737adab54af733cfa9e4ec;p=lhc%2Fweb%2Fwiklou.git Add padding to printfooter Without padding it sticks too close to the categories and to the article text. Change-Id: I04cbd1daed470f33b8212f10622736fd17525ddd --- 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; +}