add .btn-inverse removal to migration guide; fixes #12538

This commit is contained in:
Chris Rebert 2014-02-03 01:57:45 -08:00
parent 1abc308399
commit 69af98e6bb
1 changed files with 5 additions and 0 deletions

View File

@ -350,6 +350,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>.input-block-level</code></td>
<td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td>
</tr>
<tr>
<td>Inverse buttons</td>
<td><code>.btn-inverse</code></td>
<td class="text-muted">N/A</td>
</tr>
<tr>
<td>Fluid row</td>
<td><code>.row-fluid</code></td>