Sha256: 18c1325f5e8ea8a3025eb8b1cb0c216c6c0c85c42ab6096c6be71fcdac4474db
Contents?: true
Size: 831 Bytes
Versions: 1
Compression:
Stored size: 831 Bytes
Contents
// ============================================================================= // HTML5 display definitions // ========================================================================== */ // Corrects block display not defined in IE6/7/8/9 & FF3 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; } // Corrects inline-block display not defined in IE6/7/8/9 & FF3 audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } // Prevents modern browsers from displaying 'audio' without controls // Remove excess height in iOS5 devices audio:not([controls]) { display: none; height: 0; } // Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 // Known issue: no IE6 support [hidden] { display: none; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
compass-normalize-1.1 | stylesheets/normalize/html5.scss |