Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

m
Line 1: Line 1:
 
/** CSS placed here will be applied to all skins */
 
/** CSS placed here will be applied to all skins */
  
html { image-rendering: -moz-crisp-edges; }
+
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img { -moz-scaling-method: fast; image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 

Revision as of 23:37, 18 March 2010

/** CSS placed here will be applied to all skins */

html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }