From: Mark Otto Date: Sat, 27 Jul 2013 04:12:35 +0000 (-0700) Subject: Broser meta tag docs layout change X-Git-Tag: v3.0.0-rc1~10^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad235f5f51c8bade076c68cc6db4e89bfe6a6f32;p=thirdparty%2Fbootstrap.git Broser meta tag docs layout change --- diff --git a/getting-started.html b/getting-started.html index 78c4c8f57b..fc3da38068 100644 --- a/getting-started.html +++ b/getting-started.html @@ -147,7 +147,11 @@ bootstrap/

In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

IE Compatibility modes

-

Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.

+

Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including the appropriate meta tag in your pages.

+{% highlight html %} + +{% endhighlight %} +

See this StackOverflow question for more information.