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

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

Issue 2052273002: Improve crispness of incognito NTP text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | 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 -webkit-font-smoothing: antialiased;
9 font-size: 85%; 10 font-size: 85%;
10 } 11 }
11 12
12 h1 { 13 h1 {
13 font-size: 200%; 14 font-size: 200%;
14 font-weight: 400; 15 font-weight: 400;
15 margin-bottom: .77em; 16 margin-bottom: .77em;
16 } 17 }
17 18
18 p { 19 p {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 .content { 77 .content {
77 padding: 16px 8px; 78 padding: 16px 8px;
78 } 79 }
79 } 80 }
80 81
81 @media (max-height:480px) and (max-width:400px) { 82 @media (max-height:480px) and (max-width:400px) {
82 .content { 83 .content {
83 margin: auto; 84 margin: auto;
84 } 85 }
85 } 86 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698