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

Side by Side Diff: chrome/browser/resources/inspect/inspect.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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * 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
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 body { 5 body {
8 color: rgb(48, 57, 66); 6 color: rgb(48, 57, 66);
9 font-family: Arial, sans-serif;
10 font-size: 13px; 7 font-size: 13px;
11 margin: 0; 8 margin: 0;
12 min-width: 47em; 9 min-width: 47em;
13 padding: 20px 20px 65px 0; 10 padding: 20px 20px 65px 0;
14 } 11 }
15 12
16 .hidden { 13 .hidden {
17 display: none !important; 14 display: none !important;
18 } 15 }
19 16
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 } 397 }
401 398
402 #port-forwarding-config-buttons { 399 #port-forwarding-config-buttons {
403 align-items: center; 400 align-items: center;
404 display: flex; 401 display: flex;
405 } 402 }
406 403
407 #port-forwarding-config-buttons > label { 404 #port-forwarding-config-buttons > label {
408 flex-grow: 1 405 flex-grow: 1
409 } 406 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698