Attachment list items have more sane margins around them

This commit is contained in:
Mikael Nordfeldth 2015-02-26 00:12:34 +01:00
parent b8e4f41987
commit 4eab52ee75
1 changed files with 6 additions and 1 deletions

View File

@ -793,7 +793,7 @@ position:static;
.notice.h-entry .attachments {
clear: both;
position: relative;
top: 1em;
margin-bottom: 1em;
}
.notice.h-entry .attachments .inline-attachment * {
@ -1456,6 +1456,11 @@ margin-left:0;
margin-left: 56px;
}
.notice > footer > h3 {
margin-bottom: 0;
margin-top: 1em;
}
.threaded-replies .notice > footer, .section .notice > footer {
margin-left:33px;
}