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;} }")
(No difference)

Revision as of 01:32, 18 October 2016

/* CSS placed here will affect the print output */
@media print {
    ol.references {display: none;}
}