Browse Source

Fix h* display size in HtmlFormat, and fix images being wider than the page.

teromene 6 years ago
parent
commit
5ece801ce7
1 changed files with 5 additions and 1 deletions
  1. 5 1
      static/HtmlFormat.css

+ 5 - 1
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%;
+
+}