summaryrefslogtreecommitdiff
path: root/themes/bartik/css
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-19 03:52:09 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-19 03:52:09 +0000
commit2b2f2796ce6553ce9b83735eab12afb5f5a4f0c7 (patch)
tree983f078e2521fb262a7b5a105a174b087d33b6ec /themes/bartik/css
parent461842b9b896cdb2f9273b4da14a09026aec0567 (diff)
downloadbrdo-2b2f2796ce6553ce9b83735eab12afb5f5a4f0c7.tar.gz
brdo-2b2f2796ce6553ce9b83735eab12afb5f5a4f0c7.tar.bz2
- Patch #973588 by tim.plunkett: Bartik block styling tied to classes that also control layout.
Diffstat (limited to 'themes/bartik/css')
-rw-r--r--themes/bartik/css/layout.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css
index 8f106f731..633cc1d9b 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 {