Difference between revisions of "MediaWiki:Print.css"

From WikiSpiv
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect the print output: div#navwrapper { display: none; }")
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
div#navwrapper {
div#navwrapper, a#actions-button {
   display: none;
   display: none;
}
}

Revision as of 21:25, 6 March 2016

/* CSS placed here will affect the print output */
div#navwrapper, a#actions-button {
  display: none;
}