diff options
| author | Mark Otto <[email protected]> | 2013-09-03 07:30:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 07:30:46 -0700 |
| commit | c2a5334dee163763004b5f42a90b13a8f6f3dd8f (patch) | |
| tree | 78b6f405761b96334b05ef53e1592a1973c6b16e /getting-started.html | |
| parent | dd441238815837816711216fd89bdc3665c8a6cf (diff) | |
| download | bootstrap-c2a5334dee163763004b5f42a90b13a8f6f3dd8f.tar.xz bootstrap-c2a5334dee163763004b5f42a90b13a8f6f3dd8f.zip | |
fixes #10396: mention table class change in migration docs
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/getting-started.html b/getting-started.html index 81f043ff2..ea2d1223d 100644 --- a/getting-started.html +++ b/getting-started.html @@ -275,14 +275,14 @@ bootstrap/ <h3>Steps to disable page responsiveness</h3> <ol> <li>Omit 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 grids with <code>max-width: none !important;</code> and set a regular - width, for example <code>width: 970px;</code>. Be sure that this comes after the default Bootstrap CSS. + <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 + width, for example <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>If using navbars, remove all navbar collapsing and expanding behavior.</li> - <li>For grid layouts, use <code>.col-xs-*</code> classes in addition to, or in place of, the medium/large ones. + <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> </ol> - <p>You'll still need Respond.js for IE8 (since our media queries are still there and need to be processed). + <p>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.</p> <h3>Bootstrap template with responsiveness disabled</h3> @@ -439,6 +439,10 @@ bootstrap/ <td><code>.text-danger</code></td> </tr> <tr> + <td><code>.table .error</code></td> + <td><code>.table .danger</code></td> + </tr> + <tr> <td><code>.bar</code></td> <td><code>.progress-bar</code></td> </tr> |
