Made tiles use nearest-neighbor filtering in Firefox and IE as suggested by lechd.
This commit is contained in:
parent
02add0314d
commit
a6357967b7
1 changed files with 5 additions and 0 deletions
|
|
@ -180,4 +180,9 @@ a, a:visited, label {
|
||||||
display: inline-box;
|
display: inline-box;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tile img {
|
||||||
|
image-rendering: -moz-crisp-edges;
|
||||||
|
-ms-interpolation-mode: nearest-neighbor;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue