diff options
| author | Mark Otto <[email protected]> | 2013-08-17 20:11:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 20:11:18 -0700 |
| commit | d9e38312d24dc947ef479539fe2252f29bd1090d (patch) | |
| tree | f4bc413ce324c339b02bba2941b04ab7b4cd3076 /getting-started.html | |
| parent | f6c151aa208e7e475701333b180f45e23e6ade1a (diff) | |
| download | bootstrap-d9e38312d24dc947ef479539fe2252f29bd1090d.tar.xz bootstrap-d9e38312d24dc947ef479539fe2252f29bd1090d.zip | |
copy edit
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 3c26f719c..31e05f41c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -268,7 +268,7 @@ bootstrap/ <p>To disable responsive features, follow these steps. See it in action in the modified template below.</p> <ol> <li>Remove (or just don't add) the viewport <code><meta></code> mentioned in <a href="../css/#overview-mobile">the CSS docs</a></li> - <li>Remove the <code>max-width</code> on the <code>.container</code> for all grid tiers with <code>.container { max-width: none !important; }</code> and set a regular width like <code>width: 970px;</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> + <li>Remove the <code>max-width</code> on the <code>.container</code> for all grid tiers with <code>max-width: none !important;</code> and set a regular width like <code>width: 970px;</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> <li>For grid layouts, make use of <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 up to all resolutions, so you're set there.</li> </ol> <p>You'll still need respond.js for IE8 (since our media queries are still there and need to be picked up). This just disables the "mobile site" of Bootstrap.</p> |
