diff --git a/Gruntfile.js b/Gruntfile.js index 713feba3e1..950af85791 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -244,6 +244,7 @@ module.exports = function (grunt) { }, docs: { src: [ + 'docs/assets/css/ie10-viewport-bug-workaround.css', 'docs/assets/css/src/pygments-manni.css', 'docs/assets/css/src/docs.css' ], diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 176f45fc01..6b53f00d87 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -32,6 +32,7 @@ {% if site.github %} {% else %} + {% endif %} diff --git a/docs/assets/css/ie10-viewport-bug-workaround.css b/docs/assets/css/ie10-viewport-bug-workaround.css new file mode 100644 index 0000000000..8b3803b48d --- /dev/null +++ b/docs/assets/css/ie10-viewport-bug-workaround.css @@ -0,0 +1,15 @@ +/*! + * IE10 viewport hack for Surface/desktop Windows 8 bug + * Copyright 2014-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/* + * See the Getting Started docs for more information: + * http://getbootstrap.com/getting-started/#support-ie10-width + */ +@-webkit-viewport { width: device-width; } +@-moz-viewport { width: device-width; } +@-ms-viewport { width: device-width; } +@-o-viewport { width: device-width; } +@viewport { width: device-width; } diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index fdab9bc46f..068550cf48 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index b5e95694c6..e00847aca1 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 5f740d1bc8..9c6553768c 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index e6c10d6a42..fd8f7cfa0f 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 7b4b69574e..242cf106c4 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html index 78e9e2c8b0..e84a7bac0b 100644 --- a/docs/examples/jumbotron-narrow/index.html +++ b/docs/examples/jumbotron-narrow/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index c6cb4b1aae..6b7680108b 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index 24d3ff3972..43205de8e4 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/navbar-fixed-top/index.html b/docs/examples/navbar-fixed-top/index.html index ca9ca3df55..b416cca71a 100644 --- a/docs/examples/navbar-fixed-top/index.html +++ b/docs/examples/navbar-fixed-top/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/navbar-static-top/index.html b/docs/examples/navbar-static-top/index.html index dc2e39929f..42ddac283f 100644 --- a/docs/examples/navbar-static-top/index.html +++ b/docs/examples/navbar-static-top/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/navbar/index.html b/docs/examples/navbar/index.html index e396be3159..167534fd72 100644 --- a/docs/examples/navbar/index.html +++ b/docs/examples/navbar/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 608dc369e9..206204373c 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -16,6 +16,9 @@ + + + diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 69d04694f9..5a7b13f472 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/signin/index.html b/docs/examples/signin/index.html index ab249ed5fa..af778a0f07 100644 --- a/docs/examples/signin/index.html +++ b/docs/examples/signin/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index 8246a97260..5a6733b944 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 07f9c84401..6df7f042ab 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index e619c15da0..26962f6e8f 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -14,6 +14,9 @@ + + + diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index 0d9bcdadd2..8ce83159ce 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -15,6 +15,8 @@ + + diff --git a/docs/examples/tooltip-viewport/index.html b/docs/examples/tooltip-viewport/index.html index 5fcd00f4cf..8605427601 100644 --- a/docs/examples/tooltip-viewport/index.html +++ b/docs/examples/tooltip-viewport/index.html @@ -14,6 +14,9 @@ + + +