You are not logged in.
Now Firefox doesn't forcefully interpolate all the pixel art on this site anymore, as long as you have Firefox 3.5+
If you have pixel art on your website, add this stuff to your CSS files:
img[src$=".gif"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
img[src$=".png"] { image-rendering: -moz-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
"We are merely sprites that dance at the beck and call of our button pressing overlord."
Offline