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

Side by Side Diff: chrome/browser/resources/gesture_config.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 font-family: 'Noto Sans UI', sans-serif;
7 font-size: 12px; 6 font-size: 12px;
8 } 7 }
9 8
10 form { 9 form {
11 display: table; 10 display: table;
12 margin: 8px; 11 margin: 8px;
13 } 12 }
14 13
15 h2 { 14 h2 {
16 border-bottom: 1px solid rgb(238, 238, 238); 15 border-bottom: 1px solid rgb(238, 238, 238);
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 76
78 .section-properties { 77 .section-properties {
79 border-spacing: 8px; 78 border-spacing: 8px;
80 display: table; 79 display: table;
81 } 80 }
82 81
83 #section-row-template, 82 #section-row-template,
84 #section-template { 83 #section-template {
85 display: none; 84 display: none;
86 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698