/* IE 4 Only */ @import "../variables"; /** * Display inner block does not seem to work on thead * li elements in IE4, so just make the list vertical */ #header { #nav li { padding: 0px !important; margin: 0px !important; margin-top: $inner-gap; } }