1
0
Fork 0
forked from blallo/rss-bridge

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

This commit is contained in:
teromene 2018-04-18 12:29:22 +02:00
parent d69e2521f1
commit 5ece801ce7

View file

@ -5,7 +5,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
border: 0; border: 0;
outline: 0; outline: 0;
font-size: 100%; font-size: 100%;
font: inherit;
vertical-align: baseline; vertical-align: baseline;
} }
@ -111,3 +110,8 @@ button.backbutton, button.rss-feed {
} }
img {
max-width: 100%;
}