From d5558621b22ef10abb43646b59c9823cad852e68 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 3 Feb 2014 02:04:17 -0800 Subject: [PATCH] add removal of .help-inline to the migration guide; fixes #12539 --- docs/migration.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/migration.html b/docs/migration.html index 69fe8d08c1..4c6fa70a14 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -400,6 +400,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m .nav-list .nav-header No direct equivalent, but list groups and .panel-groups are similar. + + Inline help for form controls + .help-inline + No exact equivalent, but .help-block is similar. +