Mercurial > addons > firefox-addons > feed-preview
view web_resources/style/entry-content.css @ 39:c63dd1ab214d version-6
Release version 6
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Tue, 02 Apr 2019 15:54:18 +0200 |
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; }