1
0
www.mikescher.com/www/css/styles.css
2014-05-14 11:29:42 +02:00

35 lines
538 B
CSS

/* Footer
-------------------------------------------------- */
.footer {
padding: 70px 0;
margin-top: 70px;
border-top: 1px solid #e5e5e5;
background-color: #f5f5f5;
text-align: center;
}
.footer p {
margin-bottom: 0;
color: #777;
}
.footer-links {
margin: 10px 0;
}
.footer-links li {
display: inline;
margin-right: 10px;
}
/* Helper
-------------------------------------------------- */
.cstm-background-white {
background-color: white;
}
.cstm-main-navbar {
margin-bottom: 0px;
}