diff --git a/styles/app/index.styl b/styles/app/index.styl index 61945b8ab0..67896f4050 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -166,7 +166,6 @@ li:hover .task-meta-controls .hover-show /* Bootstrap website boilerplate */ .footer { padding: 70px 0; - margin-top: 70px; border-top: 1px solid #e5e5e5; background-color: #f5f5f5; } @@ -184,7 +183,7 @@ li:hover .task-meta-controls .hover-show /* Customizations to make footer sticky */ /*html, body {height: 100%;}*/ -#wrap {min-height: 100%; position: relative; top:130px; z-index:-1} +#wrap {min-height: 100%; margin-top:130px; z-index:-1} #main /*overflow:auto;*/ padding-bottom: 250px; /* don't know why this works, sticky footers are weird */