Chromium Code Reviews| 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; |
| } |