cleanup subpage padding

This commit is contained in:
JT 2014-07-23 01:42:05 -07:00
parent be1d23689a
commit 1a1d22e263
2 changed files with 10 additions and 1 deletions

View File

@ -116,9 +116,14 @@
}
#footer{
padding: 140px 0 100px;
background-color: @black;
transform: none;
>.container{
transform: none;
}
a{
color: white;
}

View File

@ -437,9 +437,13 @@ body.page-sub #header .main-links.navbar-nav li + li::before {
padding: 0;
}
.page-sub #footer {
padding: 140px 0 100px;
background-color: #000000;
transform: none;
}
.page-sub #footer > .container {
transform: none;
}
.page-sub #footer a {
color: white;
}