Replace relative with margin top

This commit is contained in:
Stan Lindsey 2013-01-28 07:22:56 +00:00
parent da3c0f1a2d
commit 4b87888b49

View file

@ -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 */