Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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: -moz-Dialog;
7 padding: 0 1em;
8 font: message-box;
9 }
11 body {
12 color: -moz-FieldText;
13 position: relative;
14 min-width: 330px;
15 max-width: 50em;
16 margin: 4em auto;
17 border: 1px solid ThreeDShadow;
18 border-radius: 10px;
19 padding: 3em;
20 -moz-padding-start: 30px;
21 background: -moz-Field;
22 }
24 .aboutPageWideContainer {
25 max-width: 80%;
26 }
28 #aboutLogoContainer {
29 border: 1px solid ThreeDLightShadow;
30 width: 300px;
31 margin-bottom: 2em;
32 }
34 img {
35 border: 0;
36 }
38 #version {
39 font-weight: bold;
40 color: #909090;
41 margin: -24px 0 9px 17px;
42 }
44 ul {
45 margin: 0;
46 -moz-margin-start: 1.5em;
47 padding: 0;
48 list-style: square;
49 }
51 ul > li {
52 margin-top: .5em;
53 }
55 th, td {
56 padding: 0 5px;
57 }
59 .columns {
60 -moz-column-width: 20em;
61 -moz-column-gap: 3em;
62 }