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

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

Issue 1129513002: Sad tab redesign for Windows, Linux and CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Font corrections Created 5 years, 7 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 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;

Powered by Google App Engine
This is Rietveld 408576698