Mercurial > addons > firefox-addons > feed-preview
view 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 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; }