From 573ad10a9dba52e4a6f059e63b667f4034ad2b39 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Apr 2014 19:08:46 -0700 Subject: [PATCH] fix #13337 by mentioning removal of .progress-* contextual classes --- docs/migration.html | 5 +++++ 1 file changed, 5 insertions(+) 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. +