diff options
| author | Chris Rebert <[email protected]> | 2015-09-30 12:40:56 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-30 12:41:27 -0700 |
| commit | 700966253ab3c9fa66d0ac3844e79e88d62f75d8 (patch) | |
| tree | 87dfad5a0e7fcd88b2efbee9af710697543c5e02 /docs/examples/theme | |
| parent | 05b1c625be8137a22bdf9626d9540d1844624fbf (diff) | |
| download | bootstrap-700966253ab3c9fa66d0ac3844e79e88d62f75d8.tar.xz bootstrap-700966253ab3c9fa66d0ac3844e79e88d62f75d8.zip | |
Add CSS portion of IE10 viewport bug workaround to examples
Fixes #17337
Diffstat (limited to 'docs/examples/theme')
| -rw-r--r-- | docs/examples/theme/index.html | 2 |
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"> |
