]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add removal of .help-inline to the migration guide; fixes #12539 12545/head
authorChris Rebert <code@rebertia.com>
Mon, 3 Feb 2014 10:04:17 +0000 (02:04 -0800)
committerChris Rebert <code@rebertia.com>
Mon, 3 Feb 2014 10:04:21 +0000 (02:04 -0800)
docs/migration.html

index 69fe8d08c1ab57eadde3b088dbe193167531c365..4c6fa70a145448b6da4d5448b044e3e7a348fb91 100644 (file)
@@ -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 -->