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

31 lines
439 B
CSS
Raw Normal View History

2014-03-18 21:30:12 +01:00
html {
position: relative;
2013-01-07 09:04:09 +01:00
min-height: 100%;
}
2014-03-18 21:30:12 +01:00
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
2014-03-18 21:30:12 +01:00
body > #content {
padding: 60px 15px 0;
}
2014-03-18 21:30:12 +01:00
#footer {
position: absolute;
2014-03-18 21:30:12 +01:00
bottom: 0;
width: 100%;
2014-03-18 21:30:12 +01:00
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
2014-03-18 21:30:12 +01:00
.container .text-muted {
margin: 20px 0;
}
2014-03-18 21:30:12 +01:00
#footer > .container {
padding: 15px;
}