Feedback: comment out borders in footer

master
Addy Osmani 2015-04-30 10:55:11 +01:00
parent f4598c7b7d
commit 713ff9f343
1 changed files with 12 additions and 8 deletions

View File

@ -23,18 +23,22 @@
background-color: $footer-bg-color;
}
.mdl-mega-footer--top-section:after, .mdl-mega-footer--middle-section:after {
content: '';
display: block;
width: 100%;
height: 1px;
margin-bottom: $padding;
border-color: $footer-underline-color;
border-bottom-width: 1px;
border-bottom-style: solid;
// Optional: top and middle borders for the footer
//
// width: 100%;
// height: 1px;
//
// margin-bottom: $padding;
//
// border-color: $footer-underline-color;
// border-bottom-width: 1px;
// border-bottom-style: solid;
clear: both;
}