diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 6a8c6ab370..33fc2d660a 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -39,6 +39,10 @@ html { @-ms-viewport { width: device-width; } } +// Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { + display: block; +} // Body //