fix style

This commit is contained in:
Synox 2016-11-20 22:12:44 +01:00
parent d4716df43d
commit 15b34b82d2

View File

@ -1,6 +1,7 @@
body { html > body {
background: #eeeeee; /* override bootstrap background */
background: #f9f9f9;
} }
footer p { footer p {
@ -80,3 +81,15 @@ div.min-height {
div.min-height { div.min-height {
min-height: 400px; min-height: 400px;
} }
.ec-stickyfill {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.ec-stickyfill:before,
.ec-stickyfill:after {
content: '';
display: table;
}