summaryrefslogtreecommitdiff
path: root/static/HtmlFormat.css
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2018-07-20 13:00:02 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2018-07-20 13:00:02 +0200
commitb93b13c065aab268d0fd12ce423bd45ab203642c (patch)
tree091e6ab2bb819c299922afb9a6177286817f0039 /static/HtmlFormat.css
parentcad54b35d336e58278a02e72d2b10b8c14acf120 (diff)
Import upstream version 2018-07-17
Diffstat (limited to 'static/HtmlFormat.css')
-rw-r--r--static/HtmlFormat.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/HtmlFormat.css b/static/HtmlFormat.css
index b7e0d0e..195a9b0 100644
--- a/static/HtmlFormat.css
+++ b/static/HtmlFormat.css
@@ -5,7 +5,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
border: 0;
outline: 0;
font-size: 100%;
- font: inherit;
vertical-align: baseline;
}
@@ -70,12 +69,14 @@ a.backlink, a.backlink:link, a.backlink:visited, a.itemtitle, a.itemtitle:link,
}
+section > div.content, section > div.categories,
section > div.content, section > div.attachments {
padding: 10px;
}
+section > div.categories > li.category,
section > div.attachments > li.enclosure {
list-style-type: circle;
@@ -111,3 +112,8 @@ button.backbutton, button.rss-feed {
}
+img {
+
+ max-width: 100%;
+
+}