Mercurial > addons > firefox-addons > feed-preview
view web_resources/style/entry-content.css @ 33:d2bf40011989 version-5
Release version 5
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Wed, 23 Jan 2019 15:49:55 +0100 |
parents | b9dc94ce2eeb |
children | fe3ee7a4a99a |
line wrap: on
line source
/* * Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name> * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @import url("common.css"); 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; }