]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add .nav-list & .nav-header to removals section of migration guide; fixes #9139 10419/head
authorChris Rebert <code@rebertia.com>
Wed, 4 Sep 2013 02:52:25 +0000 (19:52 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 4 Sep 2013 02:52:25 +0000 (19:52 -0700)
getting-started.html

index 6358eccc3cf19dd67406158e0bba2b4651acdd15..a4b9eff3694a13f84ae2f43627afa18db7795201 100644 (file)
@@ -620,6 +620,11 @@ bootstrap/
             <td><code>.tabs-left</code> <code>.tabs-right</code> <code>.tabs-below</code></td>
             <td class="text-muted">N/A</td>
           </tr>
+          <tr>
+            <td>Nav lists</td>
+            <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>
         </tbody>
       </table>
     </div><!-- /.table-responsive -->