MediaWiki:Print.css: Difference between revisions

From Vincents CV Wiki
Jump to navigation Jump to 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;}
}