After fixes to app footer, the footer background color was off. Fixed.

This commit is contained in:
Chris Houseknecht
2014-03-05 13:32:53 -05:00
parent 15e6b5a25f
commit cda1a8bd10

View File

@@ -369,11 +369,6 @@ dd {
margin-top: @footer-margin; margin-top: @footer-margin;
} }
/*#push {
height: @push-height;
margin-bottom: (@footer-margin);
}*/
#navbar-container, .main-menu { #navbar-container, .main-menu {
width: 100%; width: 100%;
@@ -447,6 +442,7 @@ dd {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
margin-bottom: 0; margin-bottom: 0;
background-color: @black;
} }
.site-footer { .site-footer {