Browse Source

[HtmlFormat] Update stylesheet for attachments

logmanoriginal 7 years ago
parent
commit
8d41718553
1 changed files with 8 additions and 1 deletions
  1. 8 1
      css/HtmlFormat.css

+ 8 - 1
css/HtmlFormat.css

@@ -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;
 
 }
 
+section > div.attachments > li.enclosure {
+
+	list-style-type: circle;
+	list-style-position: inside;
+
+}
+
 section > time, section > p.author {
 
 	color: #888;