Chromium Code Reviews| Index: chrome/browser/resources/new_incognito_tab_theme.css |
| diff --git a/chrome/browser/resources/new_incognito_tab_theme.css b/chrome/browser/resources/new_incognito_tab_theme.css |
| index 64af626faae09162b404f7cd02d0ae4fc52d5247..5949bd079fb2b560d7e95be652f1c873d0f7ec2c 100644 |
| --- a/chrome/browser/resources/new_incognito_tab_theme.css |
| +++ b/chrome/browser/resources/new_incognito_tab_theme.css |
| @@ -1,11 +1,16 @@ |
| +/* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. |
| + */ |
| + |
| html { |
| - background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); |
| + background-attachment: fixed; |
| background-color: $2; |
|
Dan Beam
2012/03/27 10:30:13
figured I'd fix style nits while around...
|
| + background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1); |
| background-position: $3; |
| background-repeat: $5; |
| height: 100%; |
| overflow: auto; |
| - background-attachment: fixed; |
| } |
| html[bookmarkbarattached='true'] { |