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

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

Issue 10638011: Update WebUI for HiDPI images added in r143476 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
Index: chrome/browser/resources/crashes.css
diff --git a/chrome/browser/resources/crashes.css b/chrome/browser/resources/crashes.css
index 28072a14f9bef29d264fe61bb3bf7be02870b420..2b9eef6c8004a8dfab0272f89d73a1456a885737 100644
--- a/chrome/browser/resources/crashes.css
+++ b/chrome/browser/resources/crashes.css
@@ -9,7 +9,9 @@ body {
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%;

Powered by Google App Engine
This is Rietveld 408576698