From fbd6f55c56acb804ee2d95fd71a9e6c8f44cc8d4 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 2 Apr 2009 23:23:22 -0700 Subject: [PATCH] IE changes for Blueprint 0.8 --- frameworks/blueprint/stylesheets/blueprint/_ie.sass | 4 +++- frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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)