Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)

This commit is contained in:
Andrey Nering 2016-08-11 20:16:36 -03:00 committed by 无闻
parent 7eafe3213f
commit 25b23c4bc9
4 changed files with 29 additions and 2 deletions

View file

@ -463,6 +463,13 @@
margin: 0;
vertical-align: middle;
}
span.ui.image {
font-size: 8vw;
color: #000000;
}
span.ui.image:hover {
color: #000000;
}
}
}