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

Unified Diff: chrome/browser/resources/quota_internals/main.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: rebase 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
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/sessions.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/quota_internals/main.css
diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/quota_internals/main.css
index 575340613f940158e5809e926bbe0c7682cb5592..5c0506c9f58c095d61b679d8f7e24beac0d9fcea 100644
--- a/chrome/browser/resources/quota_internals/main.css
+++ b/chrome/browser/resources/quota_internals/main.css
@@ -1,10 +1,9 @@
-/*
-Copyright (c) 2011 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.
-*/
+/* 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. */
-th, td {
+th,
+td {
padding-left: 0.5em;
padding-right: 0.5em;
text-align: center;
@@ -17,9 +16,9 @@ th, td {
}
tr:nth-child(odd) {
- background: #eeeeff;
+ background: rgb(238, 238, 255);
}
.tree-item:not([may-have-children]) > .tree-row > .tree-label {
- background-image: url("../shared/images/icon_file.png");
+ background-image: url('../shared/images/icon_file.png');
}
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.css ('k') | chrome/browser/resources/sessions.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698