| 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 {
|
|
|