MediaWiki:Print.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
#content { | |||
display: none; | |||
} | |||
Agnivesha (talk | contribs) Administrators, Editors, Bots, Bureaucrats, Charaksamhita, csmoderator, Interface administrators, Administrators 10,367 edits No edit summary |
Agnivesha (talk | contribs) Administrators, Editors, Bots, Bureaucrats, Charaksamhita, csmoderator, Interface administrators, Administrators 10,367 edits No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
#content { | |||
display: none; | |||
} | |||