aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-07 17:44:57 -0700
committerMark Otto <[email protected]>2017-05-07 17:44:57 -0700
commitee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1 (patch)
tree0ba0c5bc953dfcf9a29556dc0103e96325267b6f /scss
parent8c7fe6cf147e98fb5d8096f6e6536bcb4e207586 (diff)
parent2a4be9a0c900b635548a27aa8022dca9c3061cef (diff)
downloadbootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.tar.xz
bootstrap-ee1af53d9f178bd34ce7b1ddb7ae9fffcb6f7fe1.zip
Merge branch 'v4-dev' into form-tweaks
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
//