From 79d26a20da14b043b5fffb4f15cad7c8b77ed13f Mon Sep 17 00:00:00 2001
From: Jesse Beach <splendidnoise@gmail.com>
Date: Fri, 25 Mar 2011 13:50:20 -0400
Subject: [PATCH] Made the h3 display setting bucket headers bold so that they look like headers

---
 css/views-admin.garland.css |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/css/views-admin.garland.css b/css/views-admin.garland.css
index 363a2cc..fd4edf6 100644
--- a/css/views-admin.garland.css
+++ b/css/views-admin.garland.css
@@ -63,6 +63,17 @@
 
 /* @end */
 
+/* @group Attachment buckets
+ *
+ * These are the individual "buckets," or boxes, inside the display settings area
+ */
+
+.views-ui-display-tab-bucket h3 {
+  font-weight: bold;
+}
+
+/* @end */
+
 /* @group Modal dialog box
  *
  * The contents of the popup dialog on the views edit form.
-- 
1.7.3.4

