2013-09-29 17:28:36 +02:00
|
|
|
body {
|
|
|
|
padding-top: 70px;
|
|
|
|
}
|
|
|
|
|
2013-09-28 23:13:36 +02:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
/* The html and body elements cannot have any padding or margin. */
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrap {
|
|
|
|
min-height: 100%;
|
|
|
|
/* Negative indent footer by its height */
|
|
|
|
margin: 0 auto -120px;
|
|
|
|
/* Pad bottom by footer height */
|
2013-11-03 01:29:20 +01:00
|
|
|
padding-bottom: 60px;
|
2013-09-28 23:13:36 +02:00
|
|
|
}
|
|
|
|
|
2013-11-23 14:50:11 +01:00
|
|
|
/* bootstrap uses a quite big jumbotron top/bottom padding and
|
|
|
|
even increases it for wide(!) screens -- we don't want that.
|
|
|
|
*/
|
|
|
|
.jumbotron {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
2013-09-28 23:13:36 +02:00
|
|
|
.footer {
|
2013-10-03 01:10:17 +02:00
|
|
|
height: 60px;
|
2013-11-03 01:29:20 +01:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2013-10-03 01:10:17 +02:00
|
|
|
margin-top: 60px;
|
2013-09-28 23:13:36 +02:00
|
|
|
background-color: #ddd;
|
|
|
|
}
|