| Index: chrome/browser/resources/crashes.css
|
| ===================================================================
|
| --- chrome/browser/resources/crashes.css (revision 143846)
|
| +++ chrome/browser/resources/crashes.css (working copy)
|
| @@ -9,7 +9,9 @@
|
| h1 {
|
| -webkit-padding-start: 75px;
|
| /* TODO(stuartmorgan): Get real art for this image */
|
| - background-image: url('../../app/theme/default_100_percent/sadtab.png');
|
| + background-image: -webkit-image-set(
|
| + url('../../app/theme/default_100_percent/sadtab.png') 1x,
|
| + url('../../app/theme/default_200_percent/sadtab.png') 2x);
|
| background-position: left;
|
| background-repeat: no-repeat;
|
| font-size: 156%;
|
|
|