Commit b8a5dc9d by Chris Rodriguez

Replacing top border on footer

parent 3b9c13e0
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.wrapper-footer { .wrapper-footer {
box-shadow: 0 -1px 5px 0 $shadow-l1; 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); padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2);
background: $footer-bg; background: $footer-bg;
clear: both; clear: both;
...@@ -297,7 +297,6 @@ $edx-footer-bg-color: rgb(252,252,252); ...@@ -297,7 +297,6 @@ $edx-footer-bg-color: rgb(252,252,252);
// NOTE: resetting older footer styles - can be removed once not needed // NOTE: resetting older footer styles - can be removed once not needed
box-shadow: none; box-shadow: none;
border-top: none;
padding: ($baseline*2) $baseline; padding: ($baseline*2) $baseline;
// about // about
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment