fix style
This commit is contained in:
parent
d4716df43d
commit
15b34b82d2
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user