Removed color and bg color properties from #footer in styles. Colors will be on per theme basis.

This commit is contained in:
Sahat Yalkabov
2014-02-01 01:43:17 -05:00
parent 014fd4a1ba
commit a2df0a492d

View File

@ -29,9 +29,6 @@ body {
#footer { #footer {
height: 150px; height: 150px;
padding-top: 35px; padding-top: 35px;
color: @navbar-inverse-color;
background-color: @navbar-default-bg;
border-top: 1px solid @navbar-default-border;
} }
// Navbar // Navbar