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

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

Issue 1516233003: Incognito NTP style tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Roboto font with full charset version Created 4 years, 11 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
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 {
6 margin-top: 0;
7 }
8
5 .content { 9 .content {
6 background-color: #323232; 10 background-color: #323232;
7 color: white; 11 color: white;
8 } 12 }
9 13
10 .icon { 14 .icon {
11 content: url(../../../../ui/webui/resources/images/incognito_splash.svg); 15 content: url(../../../../ui/webui/resources/images/incognito_splash.svg);
12 display: inline-block; 16 display: inline-block;
13 height: 120px; 17 height: 120px;
14 width: 120px; 18 width: 120px;
15 } 19 }
16 20
17 h1 { 21 h1 {
18 margin-top: 1em; 22 margin-top: 1em;
19 } 23 }
20 24
21 a { 25 a {
22 color: rgb(3, 169, 244); 26 color: rgb(3, 169, 244);
27 display: inline-block;
28 padding: 10.5px 12px;
23 } 29 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/incognito_and_guest_tab.css ('k') | chrome/browser/resources/ntp4/incognito_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698