Commit e1c432d8 authored by Tim Zallmann's avatar Tim Zallmann

none is not a CSS Value for sizes ;-)

parent 3109623d
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment