summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/options/content_settings.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/content_settings.css b/chrome/browser/resources/options/content_settings.css
new file mode 100644
index 0000000..1101785
--- /dev/null
+++ b/chrome/browser/resources/options/content_settings.css
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2010 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.
+*/
+
+.contentSettingsHeader {
+ /* TODO(dhg): something nice. */
+}
+
+.exceptionsLink {
+ font-weight: bold;
+ cursor: pointer;
+}
+
+.fooBar {
+ background-image: url('../shared/images/minus.png');
+}