1
0
www.mikescher.com/www/css/styles.css

35 lines
538 B
CSS
Raw Normal View History

2014-05-14 11:15:32 +02:00
/* 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;
}