only direct .inline-attachment children

This commit is contained in:
Mikael Nordfeldth 2016-03-16 20:37:57 +01:00
parent 5f5e53a8d5
commit bf7c035f99
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ position:static;
margin-bottom: 1em;
}
.notice.h-entry .attachments .inline-attachment * {
.notice.h-entry .attachments .inline-attachment > * {
height: auto;
max-width: 100%;
}