[Compass Core] Clear the sticky footer so that it works correctly with grid layouts. Closes GH-79.

This commit is contained in:
Chris Eppstein 2010-02-13 17:34:29 -08:00
parent 9cca38f85d
commit 6b5ffdb0d6
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
html, body
height: 100%
#{!root_selector}
clear: both
min-height: 100%
height: auto !important
height: 100%

View File

@ -2,6 +2,7 @@ html, body {
height: 100%; }
#layout {
clear: both;
min-height: 100%;
height: auto !important;
height: 100%;