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

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

Issue 450313002: [Resources] Update the Google logo assets to the proper representations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « chrome/app/theme/default_200_percent/common/ntp_google_logo.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 3a46fadf8e9fa73cf4c7ed7c95cbbcd9f4421a1c..9ffcb6c75f6bf142a46aa90551381129864d667f 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -36,9 +36,7 @@ body.fakebox-disable #fakebox > input {
}
#logo {
- background-image: -webkit-image-set(
- url('images/google_logo.png') 1x,
- url('images/google_logo.png@2x') 2x);
+ background-image: url('images/google_logo.png@2x');
background-repeat: no-repeat;
background-size: 269px 95px;
height: 95px;
@@ -48,7 +46,7 @@ body.fakebox-disable #fakebox > input {
}
body.alternate-logo #logo {
- background-image: url(images/white_google_logo.png);
+ background-image: url('images/white_google_logo.png@2x');
}
#fakebox {
« no previous file with comments | « chrome/app/theme/default_200_percent/common/ntp_google_logo.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698