/* IE 5-7 Styles */ @import "../variables"; #header { .ie-nav { margin-left: 90px; } } #main { .col { display: block; width: 100% !important; &.left { padding-right: 0 !important; } } .section { h2.heading { background: $blue; } } #post, #writeup { .posted { margin-top: $inner-gap; } } #comments { form, /* ie4 */ form#new_comment { width: 400px; input, input#author, input#content { width: 400px; } } } table { behavior: url(boxsizing.htc); } }