none is not a CSS Value for sizes ;-)

This commit is contained in:
Tim Zallmann 2017-07-28 13:34:58 +02:00
parent 3109623d6e
commit e1c432d848

View file

@ -19,9 +19,9 @@
}
img.js-lazy-loaded {
min-width: none;
min-height: none;
background-color: none;
min-width: inherit;
min-height: inherit;
background-color: inherit;
}
p a:not(.no-attachment-icon) img {