Sha256: a2bfff2dbf5a172aedd0ad92d0060dadba00aa684ddb2dab21033b359feb8f04
Contents?: true
Size: 1019 Bytes
Versions: 2
Compression:
Stored size: 1019 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 { 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 audio:not([controls]) { display: none; } // Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 // Known issue: no IE6 support [hidden] { display: none; } // ============================================================================ // Figures // ============================================================================ // Addresses margin not present in IE6/7/8/9, S5, O11 figure { margin: 0; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compass-normalize-1.0 | stylesheets/normalize/html5.scss |
compass-normalize-0.1.beta.3 | stylesheets/normalize/html5.scss |