/* IE 5-7 Styles */ @import "../variables"; #header { .ie-nav { margin-left: 70px; } } #main { .col { display: block; width: 100% !important; &.left { padding-right: 0 !important; } } .section { h2.heading { background: $blue; } table { width: 99%; } pre code { width: 95%; } } #comments { form, /* ie4 */ form#new_comment { width: 400px; input, input#author, input#content { width: 400px; } } } }