From e62841e56d049b780744aca98d4866428ccfc370 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 11 Feb 2015 14:32:48 -0800 Subject: [PATCH] Issue #2422975 by emma.maria, mherchel, idebr: Bartik footer has CSS regressions --- core/themes/bartik/css/components/footer.css | 2 +- core/themes/bartik/css/layout.css | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/core/themes/bartik/css/components/footer.css b/core/themes/bartik/css/components/footer.css index a1f9f76b92f..2bac45912f1 100644 --- a/core/themes/bartik/css/components/footer.css +++ b/core/themes/bartik/css/components/footer.css @@ -1,6 +1,6 @@ /* ------------------ Footer ------------------ */ -#footer-wrapper { +#site-footer__wrapper { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #site-footer__wrapper .block .content { diff --git a/core/themes/bartik/css/layout.css b/core/themes/bartik/css/layout.css index 8d36908490a..a454b36e177 100644 --- a/core/themes/bartik/css/layout.css +++ b/core/themes/bartik/css/layout.css @@ -53,11 +53,8 @@ body, padding: 0 15px; } #site-footer__wrapper { - padding: 35px 0 30px; -} -#site-footer__wrapper .section { + padding: 35px 15px 30px; box-sizing: border-box; - padding: 0 15px; } .region-featured-bottom-first, .region-featured-bottom-second,