Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-02-03 14:04:17 +0400
committerChris Rebert <code@rebertia.com>2014-02-03 14:04:21 +0400
commitd5558621b22ef10abb43646b59c9823cad852e68 (patch)
treed52fb42d0742df7fade5627e5ebc31d7e0719356 /docs/migration.html
parent1abc308399819b44b0cc1dad996edd429e6cf6bf (diff)
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 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
<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 -->