moved footer style into cerulean

v1.18.x
psychobunny 12 years ago
parent be59c16aad
commit 49abff1609

@ -1 +1,9 @@
@import "../vanilla/footer"; @import "../vanilla/footer";
.footer {
color: #555;
a {
color: #222;
}
}

@ -1,4 +1,6 @@
.footer { .footer {
text-align: center;
&.footer-stats { &.footer-stats {
display: none; display: none;

@ -51,17 +51,6 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
} }
} }
footer.footer {
color: #555;
text-align: center;
a {
color: #222;
}
}
.alt-logins { .alt-logins {
margin: 0 0 0 1em; margin: 0 0 0 1em;
padding: 0; padding: 0;

Loading…
Cancel
Save