Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Removing stickyfooter support for 1e8
Browse files Browse the repository at this point in the history
screw it
  • Loading branch information
andrewmbacon committed Jan 12, 2015
1 parent 05f1a3b commit a9bfbc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
left:0;
width:100%;
}
body.sticky .ie8 #footers {
position:inherit;
width:inherit;
}

#mega-footer {
padding-top:1em;
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7984,6 +7984,11 @@ body.sticky #footers {
width: 100%;
}

body.sticky .ie8 #footers {
position: inherit;
width: inherit;
}

#mega-footer {
padding-top: 1em;
background-color: transparent;
Expand Down

0 comments on commit a9bfbc8

Please sign in to comment.