]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
copyedit "Internet Explorer 8 and box-sizing" section
authorChris Rebert <github@rebertia.com>
Tue, 3 Sep 2013 23:36:13 +0000 (16:36 -0700)
committerChris Rebert <github@rebertia.com>
Tue, 3 Sep 2013 23:36:13 +0000 (16:36 -0700)
getting-started.html

index d8aceadbe2c17793b3f0811444ab0bfe8369c843..08773b2ea6a8d78fc9e6b8f08c34dba14058bd7d 100644 (file)
@@ -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>&lt;meta&gt;</code> tag in your pages:</p>