MediaWiki:Print.css: Difference between revisions

From LNTwww
Die Seite wurde geleert.
No edit summary
Line 1: Line 1:
@media print {
  a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }


}

Revision as of 17:35, 26 June 2017

@media print {
  a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }

}