diff options
| author | Chris Rebert <[email protected]> | 2013-09-03 16:36:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-03 16:36:13 -0700 |
| commit | f3c644cb1b6027a0365be3c30de290d6162c8d09 (patch) | |
| tree | 863aaef96402fb2bdb0d6efd831a15e0aeeb2590 /getting-started.html | |
| parent | b15042233518c1912c7b23b9eeb042a9c1335332 (diff) | |
| download | bootstrap-f3c644cb1b6027a0365be3c30de290d6162c8d09.tar.xz bootstrap-f3c644cb1b6027a0365be3c30de290d6162c8d09.zip | |
copyedit "Internet Explorer 8 and box-sizing" section
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index d8aceadbe..08773b2ea 100644 --- a/getting-started.html +++ b/getting-started.html @@ -708,7 +708,7 @@ bootstrap/ <p>Visit <a href="http://caniuse.com/">Can I use...</a> for details on browser support of CSS3 and HTML5 features.</p> <h3>Internet Explorer 8 and box-sizing</h3> - <p>IE8 does not fully support <code>box-sizing: border-box;</code> when combined with <code>min-width</code>, <code>max-width</code>, <code>min-height</code>, and <code>max-height</code>. For that reason, as of v3.0.1, we have moved from <code>max-width</code> on <code>.container</code>s.</p> + <p>IE8 does not fully support <code>box-sizing: border-box;</code> when combined with <code>min-width</code>, <code>max-width</code>, <code>min-height</code>, or <code>max-height</code>. For that reason, as of v3.0.1, we no longer use <code>max-width</code> on <code>.container</code>s.</p> <h3>IE Compatibility modes</h3> <p>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 <code><meta></code> tag in your pages:</p> |
