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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 9 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 de3263dd52ea10883094a379a8ed43919e25d280..09c7b1ce77e298d5dd79dc3e1f4a3dc7ae67c5be 100644
--- a/chrome/browser/resources/crashes.css
+++ b/chrome/browser/resources/crashes.css
@@ -1,3 +1,7 @@
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
body {
margin: 20px;
}
@@ -20,7 +24,7 @@ html[dir=rtl] h1 {
}
#countBanner {
- background-color: #ebeffa;
+ background-color: rgb(235, 239, 250);
border: 1px solid #bbb;
border-radius: 2px;
font-size: 100%;
@@ -44,6 +48,6 @@ html[dir=rtl] h1 {
}
#disabledMode h2 {
- color: #8d332a;
+ color: rgb(141, 51, 42);
font-size: 125%;
}

Powered by Google App Engine
This is Rietveld 408576698