MediaWiki:Print.css: Difference between revisions

Created page with "CSS placed here will affect the print output: #content { display: none; }"
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
#content {
#content {
display: none;
display: none;
}
}