]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'master' of github.com:twbs/bootstrap
authorMark Otto <otto@github.com>
Tue, 3 Sep 2013 22:50:44 +0000 (15:50 -0700)
committerMark Otto <otto@github.com>
Tue, 3 Sep 2013 22:50:44 +0000 (15:50 -0700)
1  2 
getting-started.html

index 091c71c2b9f7366d82cf57939f02048e594c87bc,3ded19005ca7f4088bcfd100092a52e4cd7b8d72..65c0796f44e82fe0f283d936f811dff6644e3080
@@@ -705,11 -708,8 +705,11 @@@ bootstrap
        </table>
      </div>
  
-     <p>Visit <a href="http://caniuse.com/">Can I use...</a> for details and additional browser support of CSS3 and HTML5 features.</p>
+     <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>
 +
      <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>
  {% highlight html %}