Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Side by Side Diff: chrome/browser/resources/shared/css/about_version.css

Issue 11441008: [web_dev_style] Changing :pseudo-element to ::pseudo-element to match (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 background-color: white; 6 background-color: white;
7 color: black; 7 color: black;
8 font-family: Helvetica,Arial,sans-serif; 8 font-family: Helvetica,Arial,sans-serif;
9 margin: 0; 9 margin: 0;
10 } 10 }
(...skipping 12 matching lines...) Expand all
23 23
24 .label { 24 .label {
25 -webkit-padding-end: 5px; 25 -webkit-padding-end: 5px;
26 font-size: 0.9em; 26 font-size: 0.9em;
27 font-weight: bold; 27 font-weight: bold;
28 text-align: end; 28 text-align: end;
29 vertical-align: top; 29 vertical-align: top;
30 white-space: nowrap; 30 white-space: nowrap;
31 } 31 }
32 32
33 .label:after { 33 .label::after {
34 content: ':'; 34 content: ':';
35 } 35 }
36 36
37 #logo { 37 #logo {
38 float: right; 38 float: right;
39 margin-left: 40px; 39 margin-left: 40px;
40 text-align: right; 40 text-align: right;
41 width: 180px; 41 width: 180px;
42 } 42 }
43 43
44 #company { 44 #company {
45 font-size: 0.7em; 45 font-size: 0.7em;
46 text-align: right; 46 text-align: right;
47 } 47 }
48 48
49 #copyright { 49 #copyright {
50 font-size: 0.7em; 50 font-size: 0.7em;
51 text-align: right; 51 text-align: right;
52 } 52 }
53 53
54 #useragent { 54 #useragent {
55 font-family: monospace; 55 font-family: monospace;
56 } 56 }
57 57
58 .version { 58 .version {
59 font-family: monospace; 59 font-family: monospace;
60 max-width: 430px; 60 max-width: 430px;
61 padding-left: 5px; 61 padding-left: 5px;
62 } 62 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/performance_monitor/chart.css ('k') | chrome/browser/resources/shared/css/menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698