Footer to bottom

This commit is contained in:
Marc Ducobu
2014-11-12 11:25:30 +01:00
parent cb756a29fa
commit 500b4d2202
5 changed files with 23 additions and 6 deletions

View File

@@ -5,7 +5,10 @@ div#general {
padding: 0.5em;
}
html,body { min-height:100%; }
html,body {
min-height:100%;
background-color: $footer-background;
}
.cf-title {
font-size: 2em;
@@ -18,3 +21,11 @@ html,body { min-height:100%; }
ul.submenu.min-width {
min-width: 11em;
}
.content {
padding-top: 1em;
padding-bottom: 1em;
background-color: $white;
}