comparison 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
comparison
equal deleted inserted replaced
29:688d75e554e0 30:b9dc94ce2eeb
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */ 7 */
8 8
9 @import url("common.css"); 9 @import url("common.css");
10 10
11 html,
12 body { 11 body {
13 padding: 4px; 12 padding: 4px;
14 } 13 }
14
15 body > :first-child {
16 margin-block-start: 0;
17 }
18
19 p {
20 margin-block-start: 0;
21 margin-block-stop: 0;
22 }
23
24 img {
25 margin-block-start: 0;
26 margin-block-stop: 0;
27 }