Skip to content

Commit

Permalink
[Compass Core] Clear the sticky footer so that it works correctly wit…
Browse files Browse the repository at this point in the history
…h grid layouts. Closes CompassGH-79.
  • Loading branch information
chriseppstein committed Feb 14, 2010
1 parent 9cca38f commit 6b5ffdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -7,6 +7,7 @@
html, body
height: 100%
#{!root_selector}
clear: both
min-height: 100%
height: auto !important
height: 100%
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/stylesheets/compass/css/layout.css
Expand Up @@ -2,6 +2,7 @@ html, body {
height: 100%; }

#layout {
clear: both;
min-height: 100%;
height: auto !important;
height: 100%;
Expand Down

0 comments on commit 6b5ffdb

Please sign in to comment.