From bcf5c4001d663fb85eb58e41ed89d4ebc8fc15d1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 22 Aug 2010 13:57:02 +0000 Subject: - Patch #827526 by Jeff Burnz, Jacine: simplify footer region divs's in featured, footer and triptych. --- themes/bartik/css/layout-rtl.css | 14 ++++----- themes/bartik/css/layout.css | 28 +++++++++--------- themes/bartik/templates/page.tpl.php | 55 ++++++------------------------------ 3 files changed, 30 insertions(+), 67 deletions(-) diff --git a/themes/bartik/css/layout-rtl.css b/themes/bartik/css/layout-rtl.css index c245ef810..475ca156f 100644 --- a/themes/bartik/css/layout-rtl.css +++ b/themes/bartik/css/layout-rtl.css @@ -4,12 +4,12 @@ #content, .sidebar, -#triptych-first, -#triptych-middle, -#triptych-last, -#footer-firstcolumn, -#footer-secondcolumn, -#footer-thirdcolumn, -#footer-fourthcolumn { +.region-triptych-first, +.region-triptych-middle, +.region-triptych-last, +.region-footer-firstcolumn, +.region-footer-secondcolumn, +.region-footer-thirdcolumn, +.region-footer-fourthcolumn { float: right; } diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css index 577b2b70e..650a7419f 100644 --- a/themes/bartik/css/layout.css +++ b/themes/bartik/css/layout.css @@ -16,13 +16,13 @@ } #content, .sidebar, -#triptych-first, -#triptych-middle, -#triptych-last, -#footer-firstcolumn, -#footer-secondcolumn, -#footer-thirdcolumn, -#footer-fourthcolumn { +.region-triptych-first, +.region-triptych-middle, +.region-triptych-last, +.region-footer-firstcolumn, +.region-footer-secondcolumn, +.region-footer-thirdcolumn, +.region-footer-fourthcolumn { display: inline; float: left; /* LTR */ position: relative; @@ -51,19 +51,19 @@ #breadcrumb { margin: 0 15px; } -#triptych-first, -#triptych-middle, -#triptych-last { +.region-triptych-first, +.region-triptych-middle, +.region-triptych-last { margin: 20px 20px 30px; width: 280px; } #footer-wrapper { padding: 35px 5px 30px; } -#footer-firstcolumn, -#footer-secondcolumn, -#footer-thirdcolumn, -#footer-fourthcolumn { +.region-footer-firstcolumn, +.region-footer-secondcolumn, +.region-footer-thirdcolumn, +.region-footer-fourthcolumn { padding: 0 10px; width: 220px; } diff --git a/themes/bartik/templates/page.tpl.php b/themes/bartik/templates/page.tpl.php index 4753f6ba3..1d487bdd2 100644 --- a/themes/bartik/templates/page.tpl.php +++ b/themes/bartik/templates/page.tpl.php @@ -149,9 +149,9 @@ -
@@ -203,25 +203,9 @@
- - -
- -
- - - -
- -
- - - -
- -
- - + + +
@@ -229,31 +213,10 @@ -- cgit v1.2.3