Commit e1c432d8 authored by Tim Zallmann's avatar Tim Zallmann

none is not a CSS Value for sizes ;-)

parent 3109623d
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
} }
img.js-lazy-loaded { img.js-lazy-loaded {
min-width: none; min-width: inherit;
min-height: none; min-height: inherit;
background-color: none; background-color: inherit;
} }
p a:not(.no-attachment-icon) img { 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