css: remove image-rendering: smooth.
Contrary to its name, `image-rendering: smooth` resulted in pixelated edges when images were downscaled to fit the browser window. This only affected Firefox because other browsers don't support `smooth`.
This commit is contained in:
@@ -50,7 +50,6 @@ fieldset {
|
||||
img {
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
image-rendering: smooth;
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
|
||||
Reference in New Issue
Block a user