Removed the unnecessary override and the !important from .wrap

In the sticky footer example there were some weird stuff..
This commit is contained in:
Lipis 2013-09-19 20:48:16 +02:00
parent abad169f4b
commit 7823136a79
1 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@ body {
/* Wrapper for page content to push down footer */ /* Wrapper for page content to push down footer */
#wrap { #wrap {
min-height: 100%; min-height: 100%;
height: auto !important; height: auto;
height: 100%;
/* Negative indent footer by its height */ /* Negative indent footer by its height */
margin: 0 auto -60px; margin: 0 auto -60px;
/* Pad bottom by footer height */ /* Pad bottom by footer height */