Difference between revisions of "MediaWiki:Print.css"

(Created page with "CSS placed here will affect the print output: #content a.external.text:after, #content a.external.autonumber:after { content: none; }")
 
(No difference)

Latest revision as of 18:53, 3 April 2020

/* CSS placed here will affect the print output */
#content a.external.text:after,
#content a.external.autonumber:after {
	content: none;
}