mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fix #1823: styles of tabs within other tabs resolved
This commit is contained in:
@@ -445,6 +445,49 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Tabs
|
||||
================================================== -->
|
||||
|
||||
<div class="tabbable tabs-left" style="margin-bottom: 18px;">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#tab1" data-toggle="tab">Section 1</a></li>
|
||||
<li><a href="#tab2" data-toggle="tab">Section 2</a></li>
|
||||
<li><a href="#tab3" data-toggle="tab">Section 3</a></li>
|
||||
</ul>
|
||||
<div class="tab-content" style="padding-bottom: 9px; border-bottom: 1px solid #ddd;">
|
||||
<div class="tab-pane active" id="tab1">
|
||||
<p>I'm in Section 1.</p>
|
||||
|
||||
<div class="tabbable" style="background: #f5f5f5; padding: 20px;">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#tab1-1" data-toggle="tab">1.1</a></li>
|
||||
<li><a href="#tab1-2" data-toggle="tab">1.2</a></li>
|
||||
<li><a href="#tab1-3" data-toggle="tab">1.3</a></li>
|
||||
</ul>
|
||||
<div class="tab-content" style="padding-bottom: 9px; border-bottom: 1px solid #ddd;">
|
||||
<div class="tab-pane active" id="tab1-1">
|
||||
<p>I'm in Section 1.1.</p>
|
||||
</div>
|
||||
<div class="tab-pane" id="tab1-2">
|
||||
<p>I'm in Section 1.2.</p>
|
||||
</div>
|
||||
<div class="tab-pane" id="tab1-3">
|
||||
<p>I'm in Section 1.3.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" id="tab2">
|
||||
<p>Howdy, I'm in Section 2.</p>
|
||||
</div>
|
||||
<div class="tab-pane" id="tab3">
|
||||
<p>What up girl, this is Section 3.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- /tabbable -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user