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

15 lines
220 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;
2016-11-10 00:22:57 +00:00
padding-bottom: 20px;
2014-02-09 03:19:48 +00:00
}
.text-nowrap {
white-space: nowrap;
}