Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 }