From 9951baf8b53ce785876a4b7640432f8eb59f20bc Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Sat, 5 Feb 2011 02:54:06 +0100 Subject: [PATCH] Made tiles use nearest-neighbor filtering in Firefox and IE as suggested by lechd. --- web/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/style.css b/web/style.css index 7560db08..40c63596 100644 --- a/web/style.css +++ b/web/style.css @@ -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; } \ No newline at end of file