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

Side by Side Diff: chrome/browser/resources/instant/instant.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 /* 1 /*
2 * Copyright 2012 The Chromium Authors. All rights reserved. 2 * Copyright 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 body { 7 body {
8 font-family: Arial, sans-serif;
9 font-size: 12px; 8 font-size: 12px;
10 margin: 10px; 9 margin: 10px;
11 min-width: 47em; 10 min-width: 47em;
12 padding-bottom: 65px; 11 padding-bottom: 65px;
13 } 12 }
14 13
15 img { 14 img {
16 float: left; 15 float: left;
17 height: 16px; 16 height: 16px;
18 padding-right: 5px; 17 padding-right: 5px;
(...skipping 21 matching lines...) Expand all
40 margin: 1px; 39 margin: 1px;
41 } 40 }
42 41
43 .debug span+span { 42 .debug span+span {
44 padding-left: 5px; 43 padding-left: 5px;
45 } 44 }
46 45
47 .timestamp { 46 .timestamp {
48 color: blue; 47 color: blue;
49 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698