[HtmlFormat] Update stylesheet for attachments

This commit is contained in:
logmanoriginal 2016-11-16 16:27:17 +01:00
parent 72f40fbd75
commit 8d41718553
1 changed files with 8 additions and 1 deletions

View File

@ -70,12 +70,19 @@ a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link,
} }
section > div.content { section > div.content, section > div.attachments {
padding: 10px; padding: 10px;
} }
section > div.attachments > li.enclosure {
list-style-type: circle;
list-style-position: inside;
}
section > time, section > p.author { section > time, section > p.author {
color: #888; color: #888;