Chromium Code Reviews

Unified Diff: chrome/browser/resources/quota_internals/quota-internals.css

Issue 7053009: Add chrome://quota-internals/ resources (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add descriptions Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/resources/quota_internals/quota-internals.css
diff --git a/chrome/browser/resources/quota_internals/quota-internals.css b/chrome/browser/resources/quota_internals/quota-internals.css
new file mode 100644
index 0000000000000000000000000000000000000000..8c440f897cc11951d4bd84039f2459b4c950d6c8
--- /dev/null
+++ b/chrome/browser/resources/quota_internals/quota-internals.css
@@ -0,0 +1,15 @@
+/*
+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.
+*/
+
+th, td {
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ text-align: center;
+}
+
+td {
+ border: solid black thin;
+}

Powered by Google App Engine