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

Side by Side Diff: chrome/browser/resources/ntp4/incognito_and_guest_tab.css

Issue 1975763003: Remove Roboto 300 weight from build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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 | « no previous file | ui/webui/resources/css/roboto.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 * Incognito and guest mode NTP shared CSS. 5 * Incognito and guest mode NTP shared CSS.
6 */ 6 */
7 7
8 body { 8 body {
9 font-size: 85%; 9 font-size: 85%;
10 } 10 }
11 11
12 h1 { 12 h1 {
13 font-size: 200%; 13 font-size: 200%;
14 font-weight: 300; 14 font-weight: 400;
15 margin-bottom: .77em; 15 margin-bottom: .77em;
16 } 16 }
17 17
18 p { 18 p {
19 line-height: 1.5; 19 line-height: 1.5;
20 margin: .588em 0; 20 margin: .588em 0;
21 text-align: start; 21 text-align: start;
22 } 22 }
23 23
24 a { 24 a {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 .content { 76 .content {
77 padding: 16px 8px; 77 padding: 16px 8px;
78 } 78 }
79 } 79 }
80 80
81 @media (max-height:480px) and (max-width:400px) { 81 @media (max-height:480px) and (max-width:400px) {
82 .content { 82 .content {
83 margin: auto; 83 margin: auto;
84 } 84 }
85 } 85 }
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/css/roboto.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698