Merge pull request #8303 from edx/clrux/UX-2077-lms-footer-styles

Replacing top border on footer
This commit is contained in:
Chris
2015-06-03 12:38:51 -04:00

View File

@@ -5,7 +5,7 @@
.wrapper-footer {
box-shadow: 0 -1px 5px 0 $shadow-l1;
border-top: 1px solid tint($m-gray,50%);
border-top: 1px solid tint($m-gray, 50%);
padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2);
background: $footer-bg;
clear: both;
@@ -297,7 +297,6 @@ $edx-footer-bg-color: rgb(252,252,252);
// NOTE: resetting older footer styles - can be removed once not needed
box-shadow: none;
border-top: none;
padding: ($baseline*2) $baseline;
// about