aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-03 02:04:17 -0800
committerChris Rebert <[email protected]>2014-02-03 02:04:21 -0800
commitd5558621b22ef10abb43646b59c9823cad852e68 (patch)
treed52fb42d0742df7fade5627e5ebc31d7e0719356 /docs/migration.html
parent1abc308399819b44b0cc1dad996edd429e6cf6bf (diff)
downloadbootstrap-d5558621b22ef10abb43646b59c9823cad852e68.tar.xz
bootstrap-d5558621b22ef10abb43646b59c9823cad852e68.zip
add removal of .help-inline to the migration guide; fixes #12539
Diffstat (limited to 'docs/migration.html')
-rw-r--r--docs/migration.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.html b/docs/migration.html
index 69fe8d08c..4c6fa70a1 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
<td><code>.nav-list</code> <code>.nav-header</code></td>
<td>No direct equivalent, but <a href="../components/#list-group">list groups</a> and <a href="../javascript/#collapse"><code>.panel-group</code>s</a> are similar.</td>
</tr>
+ <tr>
+ <td>Inline help for form controls</td>
+ <td><code>.help-inline</code></td>
+ <td>No exact equivalent, but <code>.help-block</code> is similar.</td>
+ </tr>
</tbody>
</table>
</div><!-- /.table-responsive -->