diff options
| author | Chris Rebert <[email protected]> | 2014-04-17 19:08:46 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-04-17 19:08:46 -0700 |
| commit | 573ad10a9dba52e4a6f059e63b667f4034ad2b39 (patch) | |
| tree | cf1fd763c16a16fd08f7568bdbc0d3c85d27562a /docs/migration.html | |
| parent | 99b5405c7f58aa7cc0b45c72785310c5afb7273b (diff) | |
| download | bootstrap-573ad10a9dba52e4a6f059e63b667f4034ad2b39.tar.xz bootstrap-573ad10a9dba52e4a6f059e63b667f4034ad2b39.zip | |
fix #13337 by mentioning removal of .progress-* contextual classes
Diffstat (limited to 'docs/migration.html')
| -rw-r--r-- | docs/migration.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.html b/docs/migration.html index ff856140d..afc66863c 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -410,6 +410,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m <td><code>.help-inline</code></td> <td>No exact equivalent, but <code>.help-block</code> is similar.</td> </tr> + <tr> + <td>Non-bar-level progress colors</td> + <td><code>.progress-info</code> <code>.progress-success</code> <code>.progress-warning</code> <code>.progress-danger</code></td> + <td>Use <code>.progress-bar-*</code> on the <code>.progress-bar</code> instead.</td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
