diff --git a/frameworks/blueprint/stylesheets/blueprint/_ie.sass b/frameworks/blueprint/stylesheets/blueprint/_ie.sass index 80c05196..4df53b51 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_ie.sass +++ b/frameworks/blueprint/stylesheets/blueprint/_ie.sass @@ -30,7 +30,7 @@ =blueprint-ie-hacks * html & legend - :margin -18px -8px 16px 0 + :margin 0px -8px 16px 0 :padding 0 html>& p code @@ -47,3 +47,5 @@ :vertical-align text-bottom hr :margin -8px auto 11px + fieldset + :padding-top 0 diff --git a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass index af367ff7..f1607801 100755 --- a/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +++ b/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass @@ -83,6 +83,8 @@ +last @else :margin-right = !blueprint_grid_margin + * html & + :overflow-x hidden // Mixin to a column to append n empty cols. =append(!n)