aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_reboot.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 6a8c6ab37..33fc2d660 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
//