osem-fcy/app/assets/stylesheets/osem.css

34 lines
450 B
CSS
Raw Normal View History

html {
position: relative;
min-height: 100%;
2013-01-07 09:04:09 +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
body > #messages {
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;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.container .text-muted {
margin: 20px 0;
}
#footer > .container {
padding: 15px;
}