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,16 +116,21 @@
} }
#footer{ #footer{
padding: 140px 0 100px;
background-color: @black; background-color: @black;
transform: none; transform: none;
>.container{
transform: none;
}
a{ a{
color: white; color: white;
} }
.footer-hashi{ .footer-hashi{
color: white; color: white;
.hashi-logo{ .hashi-logo{
i{ i{
background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat; background: url(../images/footer-hashicorp-white-logo.png) 0 0 no-repeat;

View File

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