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

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: Revert some changes that fail the tests. 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%; 11 font-size: 84%;
13 margin: 0; 12 margin: 0;
14 min-width: 45em; 13 min-width: 45em;
15 padding: 0.75em; 14 padding: 0.75em;
16 } 15 }
17 16
18 .global-button { 17 .global-button {
19 margin: 1px 3px 0 3px; 18 margin: 1px 3px 0 3px;
20 } 19 }
21 20
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 } 162 }
164 163
165 .number-expanded .stat-value { 164 .number-expanded .stat-value {
166 display: auto; 165 display: auto;
167 } 166 }
168 167
169 #status { 168 #status {
170 color: rgb(255, 0, 0); 169 color: rgb(255, 0, 0);
171 margin: .5em 0; 170 margin: .5em 0;
172 } 171 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698