aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-03 01:58:46 -0800
committerChris Rebert <[email protected]>2014-02-03 01:58:46 -0800
commitb0dc512a4b526bdb477168d92549814d0859d437 (patch)
treead9bb094af715487fa336258b6dc0d4073491197 /docs/migration.html
parent1abc308399819b44b0cc1dad996edd429e6cf6bf (diff)
parent69af98e6bb74b0bbc3b3964340f5952d83ae5130 (diff)
downloadbootstrap-b0dc512a4b526bdb477168d92549814d0859d437.tar.xz
bootstrap-b0dc512a4b526bdb477168d92549814d0859d437.zip
Merge pull request #12544 from twbs/sayonara-inverse-btn
add .btn-inverse removal to migration guide
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..685d11a41 100644
--- a/docs/migration.html
+++ b/docs/migration.html
@@ -351,6 +351,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<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>
<td><code>.row</code> (no more fixed grid)</td>