Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

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; }
 
img { -moz-scaling-method: fast; 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 19:17, 11 March 2010

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

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