As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "MediaWiki:Print.css"

From ChipWhisperer Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect the print output: .mw-collapsible-content { display:inherit!important; }")
 
(No difference)

Latest revision as of 13:02, 20 January 2017

/* CSS placed here will affect the print output */
.mw-collapsible-content {
  display:inherit!important;
}