1
0
Selaa lähdekoodia

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

teromene 6 vuotta sitten
vanhempi
commit
5ece801ce7
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  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%;
+
+}