Chromium Code Reviews| Index: chrome/browser/resources/ntp4/new_tab.html |
| diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html |
| index 3b31e192900496d0a84c0613be99dc06bd07bd7f..042753c3ad6fcf58c602a5c5bab337efc222fa7d 100644 |
| --- a/chrome/browser/resources/ntp4/new_tab.html |
| +++ b/chrome/browser/resources/ntp4/new_tab.html |
| @@ -102,7 +102,8 @@ |
| <div id="footer"> |
| <div id="footer-border"></div> |
| <div id="footer-content"> |
| - <img id="logo-img" src="chrome://theme/IDR_PRODUCT_LOGO"> |
| + <!--<img id="logo-img" src="chrome://theme/IDR_PRODUCT_LOGO">--> |
| + <img id="logo-img" style="content:-webkit-image-set(url('chrome://theme/IDR_PRODUCT_LOGO') 1x, url('chrome://theme/IDR_PRODUCT_LOGO@2x') 2x);"> |
|
flackr
2012/06/30 12:05:46
Could we move this to new_tab.css so you don't hav
|
| <ul id="dot-list"> |
| </ul> |