forked from blallo/rss-bridge
Fix h* display size in HtmlFormat, and fix images being wider than the page.
This commit is contained in:
parent
d69e2521f1
commit
5ece801ce7
1 changed files with 5 additions and 1 deletions
|
@ -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%;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue