From: Mark Otto Date: Tue, 3 Sep 2013 22:50:44 +0000 (-0700) Subject: Merge branch 'master' of github.com:twbs/bootstrap X-Git-Tag: v3.0.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=171fc396ac1774c121154f5994dea5834496d196;p=thirdparty%2Fbootstrap.git Merge branch 'master' of github.com:twbs/bootstrap --- 171fc396ac1774c121154f5994dea5834496d196 diff --cc getting-started.html index 091c71c2b9,3ded19005c..65c0796f44 --- a/getting-started.html +++ b/getting-started.html @@@ -705,11 -708,8 +705,11 @@@ bootstrap -

Visit Can I use... for details and additional browser support of CSS3 and HTML5 features.

+

Visit Can I use... for details on browser support of CSS3 and HTML5 features.

+

Internet Explorer 8 and box-sizing

+

IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, and max-height. For that reason, as of v3.0.1, we have moved from max-width on .containers.

+

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 the appropriate <meta> tag in your pages:

{% highlight html %}