28 lines
459 B
CSS
Raw Normal View History

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%;
height: auto !important;
height: 100%;
/* Negative indent footer by its height */
margin: 0 auto -120px;
/* Pad bottom by footer height */
padding-bottom: 60px;
2013-09-28 23:13:36 +02:00
}
.footer {
height: 60px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 60px;
2013-09-28 23:13:36 +02:00
background-color: #ddd;
}