]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add .btn-inverse removal to migration guide; fixes #12538 12544/head
authorChris Rebert <code@rebertia.com>
Mon, 3 Feb 2014 09:57:45 +0000 (01:57 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 3 Feb 2014 09:57:45 +0000 (01:57 -0800)
docs/migration.html

index 69fe8d08c1ab57eadde3b088dbe193167531c365..685d11a4120f2bff07cf583a5acf798823b3bb26 100644 (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>