IE changes for Blueprint 0.8

This commit is contained in:
Chris Eppstein 2009-04-02 23:23:22 -07:00
parent f2eaf3216a
commit fbd6f55c56
2 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,7 @@
=blueprint-ie-hacks =blueprint-ie-hacks
* html & * html &
legend legend
:margin -18px -8px 16px 0 :margin 0px -8px 16px 0
:padding 0 :padding 0
html>& html>&
p code p code
@ -47,3 +47,5 @@
:vertical-align text-bottom :vertical-align text-bottom
hr hr
:margin -8px auto 11px :margin -8px auto 11px
fieldset
:padding-top 0

View File

@ -83,6 +83,8 @@
+last +last
@else @else
:margin-right = !blueprint_grid_margin :margin-right = !blueprint_grid_margin
* html &
:overflow-x hidden
// Mixin to a column to append n empty cols. // Mixin to a column to append n empty cols.
=append(!n) =append(!n)