From 5ece801ce750fbc7dd184b945d3daac991fb77ed Mon Sep 17 00:00:00 2001 From: teromene Date: Wed, 18 Apr 2018 12:29:22 +0200 Subject: [PATCH] Fix h* display size in HtmlFormat, and fix images being wider than the page. --- static/HtmlFormat.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/HtmlFormat.css b/static/HtmlFormat.css index b7e0d0e..9e0ee13 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; } @@ -111,3 +110,8 @@ button.backbutton, button.rss-feed { } +img { + + max-width: 100%; + +} \ No newline at end of file