Difference between revisions of "MediaWiki:Print.css"

From WikiSpiv
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
div#navwrapper, a#actions-button {
div#navwrapper, a#actions-button, .group {
   display: none;
   display: none;
}
}

Revision as of 21:26, 6 March 2016

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