diff options
| author | Chris Rebert <[email protected]> | 2014-02-03 01:57:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-03 01:57:45 -0800 |
| commit | 69af98e6bb74b0bbc3b3964340f5952d83ae5130 (patch) | |
| tree | ad9bb094af715487fa336258b6dc0d4073491197 /docs | |
| parent | 1abc308399819b44b0cc1dad996edd429e6cf6bf (diff) | |
| download | bootstrap-69af98e6bb74b0bbc3b3964340f5952d83ae5130.tar.xz bootstrap-69af98e6bb74b0bbc3b3964340f5952d83ae5130.zip | |
add .btn-inverse removal to migration guide; fixes #12538
Diffstat (limited to 'docs')
| -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 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> |
