From c2a5334dee163763004b5f42a90b13a8f6f3dd8f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Sep 2013 07:30:46 -0700 Subject: [PATCH] fixes #10396: mention table class change in migration docs --- getting-started.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/getting-started.html b/getting-started.html index 81f043ff21..ea2d1223d7 100644 --- a/getting-started.html +++ b/getting-started.html @@ -275,14 +275,14 @@ bootstrap/

Steps to disable page responsiveness

  1. Omit the viewport <meta> mentioned in the CSS docs
  2. -
  3. Remove the max-width on the .container for all grids with max-width: none !important; and set a regular - width, for example width: 970px;. Be sure that this comes after the default Bootstrap CSS. +
  4. Remove the max-width on the .container for all grids with max-width: none !important; and set a regular + width, for example 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.
  5. If using navbars, remove all navbar collapsing and expanding behavior.
  6. -
  7. For grid layouts, use .col-xs-* classes in addition to, or in place of, the medium/large ones. +
  8. For grid layouts, use .col-xs-* classes in addition to, or in place of, the medium/large ones. Don't worry, the extra-small device grid scales to all resolutions.
-

You'll still need Respond.js for IE8 (since our media queries are still there and need to be processed). +

You'll still need Respond.js for IE8 (since our media queries are still there and need to be processed). This disables the "mobile site" aspects of Bootstrap.

Bootstrap template with responsiveness disabled

@@ -438,6 +438,10 @@ bootstrap/ .text-error .text-danger + + .table .error + .table .danger + .bar .progress-bar