aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-04-20 16:09:47 -0700
committerChris Rebert <[email protected]>2014-04-20 16:09:49 -0700
commit448086f95a9114fb9ad96b76c5fc7b12a6fc51fd (patch)
tree0aa88a482d71624a4063c0f67438821685bd5e6c /docs/examples/theme
parenta69bc3bc095de588ae78b663f73395134ad6ee00 (diff)
downloadbootstrap-448086f95a9114fb9ad96b76c5fc7b12a6fc51fd.tar.xz
bootstrap-448086f95a9114fb9ad96b76c5fc7b12a6fc51fd.zip
add IE10 viewport bug workaround to examples
Closes #13379.
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 0623cefe4..2826509a2 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -21,6 +21,9 @@
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+ <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
+
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>