From 2b2f2796ce6553ce9b83735eab12afb5f5a4f0c7 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 19 Nov 2010 03:52:09 +0000
Subject: [PATCH] - Patch #973588 by tim.plunkett: Bartik block styling tied to
 classes that also control layout.

---
 themes/bartik/css/layout.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css
index 8f106f7312ef..633cc1d9b69c 100644
--- a/themes/bartik/css/layout.css
+++ b/themes/bartik/css/layout.css
@@ -36,7 +36,8 @@
   width: 480px;
 }
 #content,
-.sidebar,
+#sidebar-first,
+#sidebar-second,
 .region-triptych-first,
 .region-triptych-middle,
 .region-triptych-last,
@@ -58,7 +59,8 @@
   width: 960px;
   float: none;
 }
-.sidebar {
+#sidebar-first,
+#sidebar-second {
   width: 240px;
 }
 #main-wrapper {
-- 
GitLab