diff options
| author | Chris Rebert <[email protected]> | 2014-02-03 02:05:31 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-03 02:05:31 -0800 |
| commit | d8bb6c29870059d7d785ddb3340964f1bba72ed6 (patch) | |
| tree | be35853efe2bca5af604420f5be7f9f2ffa2cd09 /docs/migration.html | |
| parent | b0dc512a4b526bdb477168d92549814d0859d437 (diff) | |
| parent | d5558621b22ef10abb43646b59c9823cad852e68 (diff) | |
| download | bootstrap-d8bb6c29870059d7d785ddb3340964f1bba72ed6.tar.xz bootstrap-d8bb6c29870059d7d785ddb3340964f1bba72ed6.zip | |
Merge pull request #12545 from twbs/arrivederci-help-inline
add removal of .help-inline to the migration guide
Diffstat (limited to 'docs/migration.html')
| -rw-r--r-- | docs/migration.html | 5 |
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 --> |
