Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / toolkit / components / printing / content / simplifyMode.css
blobc24c1802018d479a4f0f878cac9468ac3333e45f
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* This file defines specific rules for print preview when using simplify mode.
6 * Some of these rules (styling for title and author on the header element)
7 * already exist in aboutReader.css, however, we decoupled it from the original
8 * file so we don't need to load a bunch of extra queries that will not take
9 * effect when using the simplify page checkbox. */
10 :root {
11 --font-size: 16px;
12 --content-width: 30em;
13 --line-height: 1.6em;
16 body {
17 padding: 0;
20 .container {
21 max-width: 100%;
22 font-family: Georgia, "Times New Roman", serif;
25 .header > h1 {
26 font-size: 1.6em;
27 line-height: 1.25em;
28 margin: 30px 0;
31 .header > .credits {
32 font-size: 0.9em;
33 line-height: 1.48em;
34 margin: 0 0 30px 0;
35 font-style: italic;