From: Mark Otto Date: Sun, 18 Aug 2013 03:11:18 +0000 (-0700) Subject: copy edit X-Git-Tag: v3.0.0~75^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e38312d24dc947ef479539fe2252f29bd1090d;p=thirdparty%2Fbootstrap.git copy edit --- diff --git a/getting-started.html b/getting-started.html index 3c26f719cf..31e05f41c5 100644 --- a/getting-started.html +++ b/getting-started.html @@ -268,7 +268,7 @@ bootstrap/

To disable responsive features, follow these steps. See it in action in the modified template below.

  1. Remove (or just don't add) the viewport <meta> mentioned in the CSS docs
  2. -
  3. Remove the max-width on the .container for all grid tiers with .container { max-width: none !important; } and set a regular width like width: 970px;. Be sure that this comes after the default Bootstrap CSS. You can optionally avoid the !important with media queries or some selector-fu.
  4. +
  5. Remove the max-width on the .container for all grid tiers with max-width: none !important; and set a regular width like width: 970px;. Be sure that this comes after the default Bootstrap CSS. You can optionally avoid the !important with media queries or some selector-fu.
  6. For grid layouts, make use of .col-xs-* 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.

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.