From 4b87888b495b4b140190afa6f29ec697aaa270dd Mon Sep 17 00:00:00 2001 From: Stan Lindsey Date: Mon, 28 Jan 2013 07:22:56 +0000 Subject: [PATCH] Replace relative with margin top --- styles/app/index.styl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 */