Mercurial > addons > firefox-addons > feed-preview
diff web_resources/style/entry-content.css @ 30:b9dc94ce2eeb
Use a more compact style for feed entry content
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Tue, 22 Jan 2019 10:43:24 +0100 |
parents | c271192aac9d |
children | fe3ee7a4a99a |
line wrap: on
line diff
--- a/web_resources/style/entry-content.css Mon Jan 21 15:15:59 2019 +0100 +++ b/web_resources/style/entry-content.css Tue Jan 22 10:43:24 2019 +0100 @@ -8,7 +8,20 @@ @import url("common.css"); -html, body { padding: 4px; } + +body > :first-child { + margin-block-start: 0; +} + +p { + margin-block-start: 0; + margin-block-stop: 0; +} + +img { + margin-block-start: 0; + margin-block-stop: 0; +}