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

Side by Side Diff: chrome/browser/resources/about_sys/about_sys.css

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. Created 6 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
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 5
6 #anchor { 6 #anchor {
7 display: none; 7 display: none;
8 } 8 }
9 9
10 body { 10 body {
11 font-family: Arial, Helvetica, sans-serif;
12 font-size: 84%;
13 margin: 0; 11 margin: 0;
14 min-width: 45em; 12 min-width: 45em;
15 padding: 0.75em; 13 padding: 0.75em;
16 } 14 }
17 15
18 .global-button { 16 .global-button {
19 margin: 1px 3px 0 3px; 17 margin: 1px 3px 0 3px;
20 } 18 }
21 19
22 h1, 20 h1,
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 } 161 }
164 162
165 .number-expanded .stat-value { 163 .number-expanded .stat-value {
166 display: auto; 164 display: auto;
167 } 165 }
168 166
169 #status { 167 #status {
170 color: rgb(255, 0, 0); 168 color: rgb(255, 0, 0);
171 margin: .5em 0; 169 margin: .5em 0;
172 } 170 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698