diff --git a/docs/migration.html b/docs/migration.html index ff856140de..afc66863cf 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 .help-inline No exact equivalent, but .help-block is similar. + + Non-bar-level progress colors + .progress-info .progress-success .progress-warning .progress-danger + Use .progress-bar-* on the .progress-bar instead. +