Made tiles use nearest-neighbor filtering in Firefox and IE as suggested by lechd.

This commit is contained in:
FrozenCow 2011-02-05 02:54:06 +01:00
parent 335109d8c7
commit 9951baf8b5

View File

@ -180,4 +180,9 @@ a, a:visited, label {
display: inline-box;
height: 15px;
margin-left: 5px;
}
.tile img {
image-rendering: -moz-crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}