Difference between revisions of "MediaWiki:Print.css"

From Dark Prospects Rules
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
html, body, content { margin-top: 0; }
 
html, body, content { margin-top: 0; }
 
#catlinks { display: none; }
 
#catlinks { display: none; }
#printfooter { display: none; }
+
.printfooter { display: none; }
 
#footer { display: none; }
 
#footer { display: none; }

Revision as of 20:12, 25 May 2017

/* CSS placed here will affect the print output */
html, body, content { margin-top: 0; }
#catlinks { display: none; }
.printfooter { display: none; }
#footer { display: none; }