MediaWiki:Print.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Created page with "→‎CSS placed here will affect the print output: @media print { ol.references {display: none;} }")
 
mNo edit summary
 
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;
}
}

Navigation menu