From 573ad10a9dba52e4a6f059e63b667f4034ad2b39 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Apr 2014 19:08:46 -0700 Subject: fix #13337 by mentioning removal of .progress-* contextual classes --- docs/migration.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/migration.html') 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 .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. + -- cgit v1.2.3 From 042f9e6e9a8c27d5e7cf02b96cee991a524a0612 Mon Sep 17 00:00:00 2001 From: jackson Date: Thu, 17 Apr 2014 21:35:55 -0500 Subject: FIX: #13355. Added .navbar-nav to migration change list. --- docs/migration.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/migration.html') diff --git a/docs/migration.html b/docs/migration.html index afc66863c..5a1e1a012 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -41,6 +41,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m .brand .navbar-brand + + .navbar .nav + .navbar-nav + .nav-collapse .navbar-collapse -- cgit v1.2.3