Skip to content

Commit

Permalink
Removed the unnecessary override and the !important from .wrap
Browse files Browse the repository at this point in the history
In the sticky footer example there were some weird stuff..
  • Loading branch information
lipis committed Sep 19, 2013
1 parent abad169 commit 7823136
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/sticky-footer/sticky-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ body {
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
Expand All @@ -36,4 +35,4 @@ body {
}
.container .credit {
margin: 20px 0;
}
}

0 comments on commit 7823136

Please sign in to comment.