MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Don't blur PNG images (mainly for QR codes). |
(No difference)
|
Latest revision as of 16:54, 5 May 2011
/* CSS placed here will be applied to all skins */
img[src$=".png"] {
image-rendering: -moz-crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}