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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. 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 (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;
9 margin: 0; 8 margin: 0;
10 } 9 }
11 10
12 #outer { 11 #outer {
13 margin-left: auto; 12 margin-left: auto;
14 margin-right: auto; 13 margin-right: auto;
15 margin-top: 10px; 14 margin-top: 10px;
16 width: 800px; 15 width: 800px;
17 } 16 }
18 17
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 52
54 #useragent { 53 #useragent {
55 font-family: monospace; 54 font-family: monospace;
56 } 55 }
57 56
58 .version { 57 .version {
59 font-family: monospace; 58 font-family: monospace;
60 max-width: 430px; 59 max-width: 430px;
61 padding-left: 5px; 60 padding-left: 5px;
62 } 61 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698