arma-server-web-admin/public/css/styles.css
Björn Dahlgren 12a9435e17 Fixed footer
2014-04-09 00:36:01 +02:00

23 lines
340 B
CSS

html {
position: relative;
min-height: 100%;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 70px;
margin-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #f5f5f5;
}
#footer .container .text-muted {
margin: 20px 0;
}