mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-27 20:58:40 +01:00
Made tiles use nearest-neighbor filtering in Firefox and IE as suggested by lechd.
This commit is contained in:
parent
335109d8c7
commit
9951baf8b5
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user