mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
remove tabbable stuff to try new approach
This commit is contained in:
parent
ecffa03890
commit
d0eecc85f8
@ -258,7 +258,24 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Tabbable tabs</h2>
|
||||||
|
<div class="row">
|
||||||
|
<div class="span4">
|
||||||
|
<h3>What's included</h3>
|
||||||
|
<p>Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles:</p>
|
||||||
|
<ul>
|
||||||
|
<li>top (default)</li>
|
||||||
|
<li>right</li>
|
||||||
|
<li>bottom</li>
|
||||||
|
<li>left</li>
|
||||||
|
</ul>
|
||||||
|
<p>Changing between them is easy and only requires changing very little markup.</p>
|
||||||
|
</div>
|
||||||
|
<div class="span4">
|
||||||
|
</div>
|
||||||
|
<div class="span4">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -203,6 +203,7 @@
|
|||||||
// TABBABLE
|
// TABBABLE
|
||||||
// --------
|
// --------
|
||||||
|
|
||||||
|
/*
|
||||||
.tabbable {
|
.tabbable {
|
||||||
margin-bottom: @baseLineHeight;
|
margin-bottom: @baseLineHeight;
|
||||||
|
|
||||||
@ -308,7 +309,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user