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

Unified Diff: chrome/browser/resources/new_incognito_tab_theme.css

Issue 9861016: [NTP4] Fix theme and bookmarks bar notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 side-by-side diff with in-line comments
Download patch
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'] {

Powered by Google App Engine
This is Rietveld 408576698