2014-03-17 16:36:32 +01:00
|
|
|
html {
|
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 100%;
|
2013-01-07 09:04:09 +01:00
|
|
|
}
|
2014-03-17 16:36:32 +01:00
|
|
|
body {
|
|
|
|
|
/* Margin bottom by footer height */
|
|
|
|
|
margin-bottom: 60px;
|
2013-08-16 12:46:49 +03:00
|
|
|
}
|
2013-01-07 09:04:09 +01:00
|
|
|
|
2014-03-24 12:45:04 +01:00
|
|
|
body > #messages {
|
2014-03-17 16:36:32 +01:00
|
|
|
padding: 60px 15px 0;
|
2013-01-07 09:04:09 +01:00
|
|
|
}
|
|
|
|
|
|
2014-04-23 15:45:55 +02:00
|
|
|
body > #content {
|
|
|
|
|
padding-bottom: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-26 15:59:56 +02:00
|
|
|
#footer {
|
2014-03-17 16:36:32 +01:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
|
height: 60px;
|
|
|
|
|
background-color: #f5f5f5;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
|
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
.container .text-muted {
|
|
|
|
|
margin: 20px 0;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
|
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
#footer > .container {
|
|
|
|
|
padding: 15px;
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|