arma-server-web-admin/public/css/styles.css
Björn Dahlgren a144dbdf02 Removed footer
2016-11-10 01:22:57 +01:00

15 lines
220 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;
padding-bottom: 20px;
}
.text-nowrap {
white-space: nowrap;
}