Removed color and bg color properties from #footer in styles. Colors will be on per theme basis.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user