cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / about_version.css
blobc7197d26e247c191839db736fc7a2b5580b3302e
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 body {
6 background-color: white;
7 color: black;
8 font-family: Helvetica,Arial,sans-serif;
9 margin: 0;
12 #outer {
13 margin-left: auto;
14 margin-right: auto;
15 margin-top: 10px;
16 width: 800px;
19 #inner {
20 padding-top: 10px;
21 width: 550px;
24 .label {
25 -webkit-padding-end: 5px;
26 font-size: 0.9em;
27 font-weight: bold;
28 text-align: end;
29 vertical-align: top;
30 white-space: nowrap;
33 .label::after {
34 content: ':';
37 #logo {
38 float: right;
39 margin-left: 40px;
40 text-align: right;
41 width: 180px;
44 #company {
45 font-size: 0.7em;
46 text-align: right;
49 #copyright {
50 font-size: 0.7em;
51 text-align: right;
54 #useragent {
55 font-family: monospace;
58 .version {
59 font-family: monospace;
60 max-width: 430px;
61 padding-left: 5px;