oscar template: using less to generate oscar.min.css

This commit is contained in:
Thomas Pointhuber
2014-09-29 10:27:19 +02:00
parent 841f1eedfc
commit f4457da0a1
10 changed files with 103 additions and 72 deletions
+19
View File
@@ -0,0 +1,19 @@
// Sticky footer styles
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 80px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
}