From: Chris Rebert Date: Tue, 3 Sep 2013 23:36:13 +0000 (-0700) Subject: copyedit "Internet Explorer 8 and box-sizing" section X-Git-Tag: v3.0.1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c644cb1b6027a0365be3c30de290d6162c8d09;p=thirdparty%2Fbootstrap.git copyedit "Internet Explorer 8 and box-sizing" section --- diff --git a/getting-started.html b/getting-started.html index d8aceadbe2..08773b2ea6 100644 --- a/getting-started.html +++ b/getting-started.html @@ -708,7 +708,7 @@ bootstrap/

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.

+

IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, or max-height. For that reason, as of v3.0.1, we no longer use 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: