stylesheets/normalize/_html5.scss in compass-normalize-1.3 vs stylesheets/normalize/_html5.scss in compass-normalize-1.4

- old
+ new

@@ -24,9 +24,13 @@ audio, canvas, video { display: inline-block; + @if $legacy-support-for-ie6 or $legacy-support-for-ie7 { + *display: inline; + *zoom: 1; + } } // Prevents modern browsers from displaying `audio` without controls. // Remove excess height in iOS 5 devices. \ No newline at end of file