Difference between revisions of "MediaWiki:Print.css"

From Vincents CV Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect the print output: @media print { ol.references {display: none;} }")
 
m
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
@media print {
+
#content a.external.text:after,
    ol.references {display: none;}
+
#content a.external.autonumber:after {
 +
content: none;
 
}
 
}

Latest revision as of 01:55, 18 October 2016

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