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.
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 .container
s.
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 .container
s.
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: