Display attached inline images on its own row

This commit is contained in:
Mikael Nordfeldth 2015-01-25 02:42:02 +01:00
parent 85e644d647
commit f49c7bd76b
1 changed files with 3 additions and 0 deletions

View File

@ -798,6 +798,9 @@ position:static;
line-height: 16px;
height: 16px;
}
.notice.h-entry .attachments .inline-attachment > img {
display: block;
}
#attachments {
clear:both;