Difference between revisions of "Common.css"

From Sega Retro

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
 +
table.plaintable, table.plaintable td { border:0px; padding:0px; margin:0px; background-color:transparent; }

Revision as of 01:03, 20 January 2015

/* CSS placed here will be applied to all skins */
html, img { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
table.plaintable, table.plaintable td { border:0px; padding:0px; margin:0px; background-color:transparent; }