browser/metro/theme/about.css

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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 html {
     6   background: #f0f0f0;
     7   padding: 0 1em;
     8   font-family: "Nokia Sans", Tahoma, sans-serif !important;
     9   font-size: 100% !important;
    10 }
    12 body {
    13   color: black;
    14   position: relative;
    15   min-width: 330px;
    16   max-width: 50em;
    17   margin: 1em auto;
    18   border: 1px solid gray;
    19   border-radius: 10px;
    20   padding: 3em;
    21   -moz-padding-start: 30px;
    22   background: white;
    23 }
    25 .aboutPageWideContainer {
    26   max-width: 80%;
    27 }
    29 #aboutLogoContainer {
    30   border: 1px solid lightgray;
    31   width: 300px;
    32   margin-bottom: 2em;
    33 }
    35 img {
    36   border: 0;
    37 }
    39 #version {
    40   font-weight: bold;
    41   color: #909090;
    42   margin: -24px 0 9px 17px;
    43 }
    45 ul {
    46   margin: 0;
    47   -moz-margin-start: 1.5em;
    48   padding: 0;
    49   list-style: square;
    50 }

mercurial