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

Unified Diff: chrome/browser/resources/new_incognito_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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab_theme.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5949bd079fb2b560d7e95be652f1c873d0f7ec2c..b4662c9e5fa048cba478950fd036de3f71b21536 100644
--- a/chrome/browser/resources/new_incognito_tab_theme.css
+++ b/chrome/browser/resources/new_incognito_tab_theme.css
@@ -6,7 +6,8 @@
html {
background-attachment: fixed;
background-color: $2;
- 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;
height: 100%;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698