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

Unified 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: Add minimum content width Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/ntp4/incognito_tab.css
diff --git a/chrome/browser/resources/ntp4/incognito_tab.css b/chrome/browser/resources/ntp4/incognito_tab.css
index 874b1f20b9c87cde02f6ac8daed160df61026be3..23885d61b3571cd8c05c1e3e20b76eed457b9ca1 100644
--- a/chrome/browser/resources/ntp4/incognito_tab.css
+++ b/chrome/browser/resources/ntp4/incognito_tab.css
@@ -2,9 +2,14 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+body {
+ margin-top: 0;
+}
+
.content {
background-color: #323232;
color: white;
+ font-family: Roboto;
Evan Stade 2015/12/15 19:25:14 shouldn't the guest tab get this too?
edwardjung 2015/12/17 13:32:57 Good point.
}
.icon {
@@ -20,4 +25,6 @@ h1 {
a {
color: rgb(3, 169, 244);
+ display: inline-block;
Evan Stade 2015/12/15 19:25:14 What is this accomplishing? Really this link shoul
edwardjung 2015/12/17 13:32:57 Links are by default display: inline, and they inl
+ padding: 10.5px 12px;
}

Powered by Google App Engine
This is Rietveld 408576698