]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Closes #16249: Doc that nested tabs are not supported 16437/head
authorJulian Thilo <bigj95t@gmail.com>
Wed, 6 May 2015 20:37:56 +0000 (22:37 +0200)
committerJulian Thilo <bigj95t@gmail.com>
Wed, 6 May 2015 20:37:56 +0000 (22:37 +0200)
docs/_includes/js/tabs.html

index 3cd5e1b678d81466d26e7716298d197d6242183d..c78f9936dde0e834a4461681ad14792a69454a79 100644 (file)
@@ -2,7 +2,7 @@
   <h1 id="tabs" class="page-header">Togglable tabs <small>tab.js</small></h1>
 
   <h2 id="tabs-examples">Example tabs</h2>
-  <p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p>
+  <p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus. <strong>Nested tabs are not supported.</strong></p>
   <div class="bs-example bs-example-tabs" data-example-id="togglable-tabs">
     <ul id="myTabs" class="nav nav-tabs" role="tablist">
       <li role="presentation" class="active"><a href="#home" id="home-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="true">Home</a></li>