arma-server-web-admin/public/css/styles.css

23 lines
340 B
CSS
Raw Normal View History

2014-04-08 22:36:01 +00:00
html {
position: relative;
min-height: 100%;
}
2014-02-09 03:19:48 +00:00
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 70px;
2014-04-08 22:36:01 +00:00
margin-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #f5f5f5;
}
#footer .container .text-muted {
margin: 20px 0;
2014-02-09 03:19:48 +00:00
}