From d46addd9dacda1dd256e284c1654576ea817acf4 Mon Sep 17 00:00:00 2001
From: Chris Gross <gross.364@osu.edu>
Date: Mon, 17 Aug 2015 17:53:09 -0400
Subject: [PATCH] retargeted prefooter background color

---
 .../wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css  | 4 ++--
 .../wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css    | 4 ++--
 .../ocio_omega_4/layouts/ocio-4/ocio-4-layout.tpl.php     | 2 ++
 .../ocio_omega_4/sass/components/regions/_pre-footer.scss | 8 ++++----
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css
index fd33ed9e..0b5f50e2 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css
+++ b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css
@@ -497,11 +497,11 @@ a.feed-icon {
   z-index: 2;
 }
 
-.l-region--pre-footer-wrapper .lt-gray {
+.l-region--pre-footer-wrapper.lt-gray {
   background: #ededed;
 }
 
-.l-region--pre-footer-wrapper .white {
+.l-region--pre-footer-wrapper.white {
   background: white;
 }
 
diff --git a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css
index c66e3930..0981f72d 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css
+++ b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css
@@ -527,11 +527,11 @@ a.feed-icon {
   z-index: 2;
 }
 
-.l-region--pre-footer-wrapper .lt-gray {
+.l-region--pre-footer-wrapper.lt-gray {
   background: #ededed;
 }
 
-.l-region--pre-footer-wrapper .white {
+.l-region--pre-footer-wrapper.white {
   background: white;
 }
 
diff --git a/profiles/wcm_base/themes/ocio_omega_4/layouts/ocio-4/ocio-4-layout.tpl.php b/profiles/wcm_base/themes/ocio_omega_4/layouts/ocio-4/ocio-4-layout.tpl.php
index 16a2e2bb..573cee91 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/layouts/ocio-4/ocio-4-layout.tpl.php
+++ b/profiles/wcm_base/themes/ocio_omega_4/layouts/ocio-4/ocio-4-layout.tpl.php
@@ -25,11 +25,13 @@
 			<?php print $messages; ?>
 			<?php print render($page['workbench']); ?>
     </div>
+
     <?php if (!$landing_page) :?>
     <div class="l-constrained max-width">
     <?php else: ?>
     <div>
     <?php endif; ?>
+
 			<div class="l-content" role="main">
       	<?php if (!$is_front && !empty($title)): ?>
       		<?php if ($landing_page) :?>
diff --git a/profiles/wcm_base/themes/ocio_omega_4/sass/components/regions/_pre-footer.scss b/profiles/wcm_base/themes/ocio_omega_4/sass/components/regions/_pre-footer.scss
index 65ecbcf6..b09019d0 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/sass/components/regions/_pre-footer.scss
+++ b/profiles/wcm_base/themes/ocio_omega_4/sass/components/regions/_pre-footer.scss
@@ -1,7 +1,7 @@
-.l-region--pre-footer-wrapper .lt-gray {
-	background: $lt-gray;
+.l-region--pre-footer-wrapper.lt-gray {
+  background: $lt-gray;
 }
 
-.l-region--pre-footer-wrapper .white {
-	background: white;
+.l-region--pre-footer-wrapper.white {
+  background: white;
 }
-- 
GitLab