aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-09-30 12:51:33 -0700
committerChris Rebert <[email protected]>2015-09-30 12:51:33 -0700
commit8f627f6546f0892ea482b7ad49f05ec312e9c2d8 (patch)
tree87dfad5a0e7fcd88b2efbee9af710697543c5e02 /docs/examples/theme
parent79cdd66bbb53b8b55c4151c0b425062519f5a2e8 (diff)
parent700966253ab3c9fa66d0ac3844e79e88d62f75d8 (diff)
downloadbootstrap-8f627f6546f0892ea482b7ad49f05ec312e9c2d8.tar.xz
bootstrap-8f627f6546f0892ea482b7ad49f05ec312e9c2d8.zip
Merge pull request #17742 from twbs/ie10-viewport-bug-workaround-css
Add CSS portion of IE10 viewport bug workaround to docs & examples
Diffstat (limited to 'docs/examples/theme')
-rw-r--r--docs/examples/theme/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index 0d9bcdadd..8ce83159c 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -15,6 +15,8 @@
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="../../dist/css/bootstrap-theme.min.css" rel="stylesheet">
+ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+ <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="theme.css" rel="stylesheet">