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 #clientBox {
6 background-color: #F7F7F7;
7 color: #222222;
8 }
10 #leftBox {
11 background-image: url("chrome://branding/content/about-logo.png");
12 background-repeat: no-repeat;
13 background-size: 192px auto;
14 /* min-width and min-height create room for the logo */
15 min-width: 210px;
16 min-height: 210px;
17 margin-top: 20px;
18 -moz-margin-start: 30px;
19 }
22 @media (min-resolution: 2dppx) {
23 #leftBox {
24 background-image: url("chrome://branding/content/about-logo@2x.png");
25 }
26 }
28 #rightBox {
29 margin-left: 30px;
30 margin-right: 30px;
31 }
33 #updateDeck > hbox > label:not([class="text-link"]) {
34 color: #909090;
35 }
37 #trademark {
38 font-size: xx-small;
39 text-align: center;
40 color: #999999;
41 margin-top: 10px;
42 margin-bottom: 10px;
43 }