Actions

MediaWiki

Difference between revisions of "Common.css"

From Sonic Retro

m (Reverted edits by PicklePower (talk) to last revision by Hivebrain)
Line 2: Line 2:
  
 
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 +
body {background-color: #00F !important;}

Revision as of 22:56, 20 July 2012

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

html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
body {background-color: #00F !important;}