You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Omit the viewport <code><meta></code> mentioned in <ahref="../css/#overview-mobile">the CSS docs</a></li>
278
-
<li>Remove the <code>max-width</code> on the <code>.container</code> for all grids with <code>max-width: none !important;</code> and set a regular
279
-
width, for example <code>width: 970px;</code>. Be sure that this comes after the default Bootstrap CSS.
280
-
You can optionally avoid the <code>!important</code> with media queries or some selector-fu.</li>
278
+
<li>Override the <code>width</code> on the <code>.container</code> for each grid tier with a single width, for example <code>width: 970px !important;</code> Be sure that this comes after the default Bootstrap CSS. You can optionally avoid the <code>!important</code> with media queries or some selector-fu.</li>
281
279
<li>If using navbars, remove all navbar collapsing and expanding behavior.</li>
282
-
<li>For grid layouts, use <code>.col-xs-*</code> classes in addition to, or in place of, the medium/large ones.
283
-
Don't worry, the extra-small device grid scales to all resolutions.</li>
280
+
<li>For grid layouts, use <code>.col-xs-*</code> classes in addition to, or in place of, the medium/large ones. Don't worry, the extra-small device grid scales to all resolutions.</li>
284
281
</ol>
285
282
<p>You'll still need Respond.js for IE8 (since our media queries are still there and need to be processed).
286
283
This disables the "mobile site" aspects of Bootstrap.</p>
@@ -710,6 +707,9 @@ <h3>Internet Explorer 8 and 9</h3>
710
707
711
708
<p>Visit <ahref="http://caniuse.com/">Can I use...</a> for details and additional browser support of CSS3 and HTML5 features.</p>
712
709
710
+
<h3>Internet Explorer 8 and box-sizing</h3>
711
+
<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>
712
+
713
713
<h3>IE Compatibility modes</h3>
714
714
<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>
0 commit comments