Index: chrome/browser/resources/crashes.css |
diff --git a/chrome/browser/resources/crashes.css b/chrome/browser/resources/crashes.css |
index 49815193c956e1719f6f65b100829ad4c71897d0..872ab51e99f3dd6d0c25aa6993525fb2e412ff28 100644 |
--- a/chrome/browser/resources/crashes.css |
+++ b/chrome/browser/resources/crashes.css |
@@ -12,7 +12,7 @@ h1 { |
url(../../app/theme/default_100_percent/common/sadtab.png) 1x, |
url(../../app/theme/default_200_percent/common/sadtab.png) 2x, |
url(../../app/theme/default_300_percent/common/sadtab.png) 3x); |
- background-position: left; |
+ background-position: 0 -20px; |
msw
2015/05/11 18:27:08
Why is this needed? How does Views use CSS? Will t
edwardjung
2015/05/14 18:31:26
The supplied updated icon has padding which makes
|
background-repeat: no-repeat; |
font-size: 156%; |
font-weight: bold; |