view web_resources/style/entry-content.css @ 38:e25dce8b49c3

Revert some unwanted changes from the extension.css style sheet Allow text selection and select the cursor based on context.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Tue, 02 Apr 2019 15:51:22 +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;
}