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/_includes | |
| 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/_includes')
| -rw-r--r-- | docs/_includes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 176f45fc0..6b53f00d8 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -32,6 +32,7 @@ {% if site.github %} <link href="../assets/css/docs.min.css" rel="stylesheet"> {% else %} +<link href="../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> <link href="../assets/css/src/pygments-manni.css" rel="stylesheet"> <link href="../assets/css/src/docs.css" rel="stylesheet"> {% endif %} |
