Mercurial > addons > firefox-addons > feed-preview
changeset 42:a427c3156f5e
Fix invalid CSS property name
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Fri, 12 Apr 2019 12:10:51 +0200 |
parents | fe3ee7a4a99a |
children | fe3cb4aa6944 |
files | web_resources/style/entry-content.css |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/web_resources/style/entry-content.css Tue Apr 02 16:02:24 2019 +0200 +++ b/web_resources/style/entry-content.css Fri Apr 12 12:10:51 2019 +0200 @@ -30,10 +30,10 @@ p { margin-block-start: 0; - margin-block-stop: 0; + margin-block-end: 0; } img { margin-block-start: 0; - margin-block-stop: 0; + margin-block-end: 0; }