view web_resources/style/entry-content.css @ 36:da5299097a48

Add missing comma in Dutch translations
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Mon, 01 Apr 2019 20:39:08 +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;
}