/* IE 6 and 7 Only */ @import "../variables"; /** * IE5 and below seem to look fine without boxsizing * additions, its only the jump to IE5 where things seem * to start breaking and thus this is needed */ * { behavior: url(boxsizing.htc); } /** * Fix homepage margin near footer, only caused * by the boxsizing i think */ body { #main { .col { &div.left { margin-bottom: $inner-gap; } &div.right { margin-top: $inner-gap; } } } div#contact { margin-bottom: 0; } div#footer { margin-top: $inner-gap; } }