From c62bb614f3e589cc6f93cc98e96e3e70cf6bc5e8 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 20 Oct 2014 16:57:01 -0400 Subject: [PATCH] LMS: resolving display issue with edx-footer's width --- lms/static/sass/shared/_footer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index 1420370be9..9a6e4c37b2 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -285,7 +285,6 @@ $edx-footer-bg-color: rgb(252,252,252); } .edx-footer-new { - width: 100%; background: $edx-footer-bg-color; // NOTE: resetting older footer styles - can be removed once not needed