[HtmlFormat] Update stylesheet for attachments
This commit is contained in:
parent
72f40fbd75
commit
8d41718553
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue