From 33e0877d21e701430f7bc185ab4e2c8b2e60f9c5 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 24 Sep 2013 18:43:16 +0200 Subject: [PATCH 1/2] Disable IE Compatibility Mode in docs, examples ...because we don't support it and it may cause problems for people trying to view the docs in IE. --- _includes/header.html | 1 + examples/carousel/index.html | 1 + examples/grid/index.html | 1 + examples/jumbotron-narrow/index.html | 1 + examples/jumbotron/index.html | 1 + examples/justified-nav/index.html | 1 + examples/navbar-fixed-top/index.html | 1 + examples/navbar-static-top/index.html | 1 + examples/navbar/index.html | 1 + examples/non-responsive/index.html | 1 + examples/offcanvas/index.html | 1 + examples/signin/index.html | 1 + examples/starter-template/index.html | 1 + examples/sticky-footer-navbar/index.html | 1 + examples/sticky-footer/index.html | 1 + examples/theme/index.html | 1 + 16 files changed, 16 insertions(+) diff --git a/_includes/header.html b/_includes/header.html index 2be9dc1100..d3cb270cbc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,5 @@ + diff --git a/examples/carousel/index.html b/examples/carousel/index.html index 8d1169247f..a57cab7452 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/grid/index.html b/examples/grid/index.html index 2282d80667..0e90504f85 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 0b45b9e23d..02998bb1f2 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 4cf2f92938..d96ecab957 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index f2fd078c96..e8d08dd861 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 258a0baf7a..65e9ec5850 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index c921a0d755..457885006a 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/navbar/index.html b/examples/navbar/index.html index b602cefd7a..ce5c90c3f8 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index ce8ac517a3..2aa5c4f576 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index e967e6933b..c8e6a793a5 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/signin/index.html b/examples/signin/index.html index de9fd5e3c1..45cb8db573 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 244fe65f5e..1efa511bb2 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index ea1b1f5a11..591e4a8bb0 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index 325daa24cb..1243c1cbc7 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -2,6 +2,7 @@ + diff --git a/examples/theme/index.html b/examples/theme/index.html index dbc4fdaddb..0ca5a2fc43 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -2,6 +2,7 @@ + From 735105ae7274f5c6175d0b2550fc35597e09bee4 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 24 Sep 2013 22:49:47 +0200 Subject: [PATCH 2/2] Add note about IE mode tag being included in docs --- getting-started.html | 1 + 1 file changed, 1 insertion(+) diff --git a/getting-started.html b/getting-started.html index 8c0d9d2a33..4751de08ec 100644 --- a/getting-started.html +++ b/getting-started.html @@ -749,6 +749,7 @@ bootstrap/ {% highlight html %} {% endhighlight %} +

This tag is included in all docs pages and examples to ensure the best rendering possible in each supported version of Internet Explorer.

See this StackOverflow question for more information.

Internet Explorer 10 in Windows 8 and Windows Phone 8