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

Unified Diff: chrome/browser/resources/ntp4/new_tab_theme.css

Issue 10836139: Pixel double the NTP background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/ntp4/new_tab_theme.css
diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
index 8f268f396bb753c13e7a63cd764ec629b7fb0ecd..75163838582d658a2bccbd9feea28cad5c0102ae 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -5,7 +5,8 @@
html {
background-attachment: fixed;
background-color: $2; /* COLOR_NTP_BACKGROUND */
- background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
+ background-image: -webkit-image-set(
+ url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1) 1x);
background-position: $3;
background-repeat: $5;
}
« no previous file with comments | « chrome/browser/resources/new_incognito_tab_theme.css ('k') | chrome/browser/resources/ntp_search/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698