| Index: chrome/browser/resources/md_downloads/manager.css
|
| diff --git a/chrome/browser/resources/md_downloads/manager.css b/chrome/browser/resources/md_downloads/manager.css
|
| index 33bc8aa55f36322025e1fd5b6f34acd1d210520a..c7f50d1861f556f3e6b1e8d9a45d724208e0c8b3 100644
|
| --- a/chrome/browser/resources/md_downloads/manager.css
|
| +++ b/chrome/browser/resources/md_downloads/manager.css
|
| @@ -45,9 +45,9 @@
|
| }
|
|
|
| #no-downloads .illustration {
|
| - background: -webkit-image-set(url(1x/no_downloads.png) 1x,
|
| - url(2x/no_downloads.png) 2x)
|
| - no-repeat center center;
|
| + background: -webkit-image-set(
|
| + url(chrome://downloads/1x/no_downloads.png) 1x,
|
| + url(chrome://downloads/2x/no_downloads.png) 2x) no-repeat center center;
|
| height: 144px; /* Matches natural image height. */
|
| margin-bottom: 32px;
|
| }
|
|
|