Actions

MediaWiki

Difference between revisions of "Print.css"

From

Line 3: Line 3:
html, body {font-size:14px;}
html, body {font-size:14px;}
#footer { visibility:hidden; height:0;width:0;}
#footer { visibility:hidden; height:0;width:0;}
#printfooter { visibility:hidden; height:0;width:0;}

Revision as of 13:26, 5 February 2019

/* CSS placed here will affect the print output */

html, body {font-size:14px;}
#footer { visibility:hidden; height:0;width:0;}
#printfooter { visibility:hidden; height:0;width:0;}