From a9bfbc8102ef2f8ad0a7bd60b5dc7e9c8c97dd8c Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Mon, 12 Jan 2015 16:17:21 -0500 Subject: [PATCH] Removing stickyfooter support for 1e8 screw it --- sass/footer.scss | 4 ++++ style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/sass/footer.scss b/sass/footer.scss index ff39394..0079522 100644 --- a/sass/footer.scss +++ b/sass/footer.scss @@ -16,6 +16,10 @@ left:0; width:100%; } + body.sticky .ie8 #footers { + position:inherit; + width:inherit; + } #mega-footer { padding-top:1em; diff --git a/style.css b/style.css index 0e08ace..fd04660 100644 --- a/style.css +++ b/style.css @@ -7984,6 +7984,11 @@ body.sticky #footers { width: 100%; } +body.sticky .ie8 #footers { + position: inherit; + width: inherit; +} + #mega-footer { padding-top: 1em; background-color: transparent;