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
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== start.css =====================================================
6 == Styles used by the mailnews start page.
7 ======================================================================= */
12 background: url("chrome://branding/content/messenger-start-bg.png") no-repeat fixed center 3em;
13 background-size: auto 85%;
16 a:link, a:visited, a:active {
18 text-decoration: underline;
22 background: url("chrome://branding/content/messenger-start-hdr.png") repeat-x bottom;
23 border-bottom: 3px solid #000000;
25 padding: 0.25em 0.75em; /* 0.75*1.5=1, so fit with 1em below */