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

Side by Side Diff: chrome/browser/resources/about_invalidations.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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 body {
7 font-family: Ubuntu, Arial, sans-serif;
8 font-size: 80%;
9 }
10
11 #invalidations-info .lead { 6 #invalidations-info .lead {
12 color: rgb(74, 142, 230); 7 color: rgb(74, 142, 230);
13 display: block; 8 display: block;
14 font-size: 100%; 9 font-size: 100%;
15 font-weight: bold; 10 font-weight: bold;
16 margin-top: 10px; 11 margin-top: 10px;
17 word-wrap: normal; 12 word-wrap: normal;
18 } 13 }
19 14
20 #invalidations-info .section { 15 #invalidations-info .section {
(...skipping 16 matching lines...) Expand all
37 } 32 }
38 33
39 #objectsid-table-container .content { 34 #objectsid-table-container .content {
40 background: rgb(204, 255, 204); 35 background: rgb(204, 255, 204);
41 } 36 }
42 37
43 #objectsid-table-container .greyed { 38 #objectsid-table-container .greyed {
44 background: rgb(204, 204, 204); 39 background: rgb(204, 204, 204);
45 } 40 }
46 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698