Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | html { |
michael@0 | 6 | background: #f0f0f0; |
michael@0 | 7 | padding: 0 1em; |
michael@0 | 8 | font-family: "Nokia Sans", Tahoma, sans-serif !important; |
michael@0 | 9 | font-size: 100% !important; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | body { |
michael@0 | 13 | color: black; |
michael@0 | 14 | position: relative; |
michael@0 | 15 | min-width: 330px; |
michael@0 | 16 | max-width: 50em; |
michael@0 | 17 | margin: 1em auto; |
michael@0 | 18 | border: 1px solid gray; |
michael@0 | 19 | border-radius: 10px; |
michael@0 | 20 | padding: 3em; |
michael@0 | 21 | -moz-padding-start: 30px; |
michael@0 | 22 | background: white; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | .aboutPageWideContainer { |
michael@0 | 26 | max-width: 80%; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | #aboutLogoContainer { |
michael@0 | 30 | border: 1px solid lightgray; |
michael@0 | 31 | width: 300px; |
michael@0 | 32 | margin-bottom: 2em; |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | img { |
michael@0 | 36 | border: 0; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | #version { |
michael@0 | 40 | font-weight: bold; |
michael@0 | 41 | color: #909090; |
michael@0 | 42 | margin: -24px 0 9px 17px; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | ul { |
michael@0 | 46 | margin: 0; |
michael@0 | 47 | -moz-margin-start: 1.5em; |
michael@0 | 48 | padding: 0; |
michael@0 | 49 | list-style: square; |
michael@0 | 50 | } |