Merge remote-tracking branch 'origin/pr/5724' into master

This commit is contained in:
Florian Bruhin 2020-09-21 10:14:53 +02:00
commit a1afe0fda5
1 changed files with 10 additions and 0 deletions

View File

@ -44,6 +44,16 @@ const HEADER = `
h1, h2, h3 {
line-height: 1.2;
}
img {
max-width:100%;
height:auto;
}
p > img:only-child,
p > a:only-child > img:only-child,
.wp-caption img,
figure img {
display: block;
}
</style>
<!-- This icon is licensed under the Mozilla Public License 2.0 (available at: https://www.mozilla.org/en-US/MPL/2.0/).
The original icon can be found here: https://dxr.mozilla.org/mozilla-central/source/browser/themes/shared/reader/readerMode.svg -->