diff options
| author | Chris Rebert <[email protected]> | 2015-09-30 12:51:33 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-30 12:51:33 -0700 |
| commit | 8f627f6546f0892ea482b7ad49f05ec312e9c2d8 (patch) | |
| tree | 87dfad5a0e7fcd88b2efbee9af710697543c5e02 /docs/examples/offcanvas | |
| parent | 79cdd66bbb53b8b55c4151c0b425062519f5a2e8 (diff) | |
| parent | 700966253ab3c9fa66d0ac3844e79e88d62f75d8 (diff) | |
| download | bootstrap-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/offcanvas')
| -rw-r--r-- | docs/examples/offcanvas/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 69d04694f..5a7b13f47 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -14,6 +14,9 @@ <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.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="offcanvas.css" rel="stylesheet"> |
