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

Side by Side Diff: ui/webui/resources/css/text_defaults.css

Issue 747923004: webui: minimize webui flicker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: creis@ + davidben@ review 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
« no previous file with comments | « ui/webui/resources/css/chrome_shared.css ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 * found in the LICENSE file. */
4
5 /* This file is dynamically processed by a C++ data source handler to fill in
6 * some per-platform/locale styles that dramatically alter the page. This is
7 * done to reduce flicker, as JS may not run before the page is rendered.
8 *
9 * Include this stylesheet via its chrome://resources/ URL, i.e.:
10 *
11 * <link rel="stylesheet" href="chrome://resources/css/font_defaults.css">
12 *
13 * otherwise its $placeholders wont be expanded. */
14
15 html {
16 direction: $1;
17 }
18
19 body {
20 font-family: $2;
21 font-size: $3;
22 }
OLDNEW
« no previous file with comments | « ui/webui/resources/css/chrome_shared.css ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698