aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.html
diff options
context:
space:
mode:
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 685d11a41..c2654e6f1 100644
--- a/docs/migration.html
+++ b/docs/migration.html
@@ -405,6 +405,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 -->