diff options
| author | Mark Otto <[email protected]> | 2012-01-07 21:18:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 21:18:47 -0800 |
| commit | d0eecc85f89fd258a2e58d7be06a8b6068da90e4 (patch) | |
| tree | cc86e7a3d784be402ff174227b61d82623df9e37 /docs/components.html | |
| parent | ecffa038903412419163c7aed9299a7289ad14ad (diff) | |
| download | bootstrap-d0eecc85f89fd258a2e58d7be06a8b6068da90e4.tar.xz bootstrap-d0eecc85f89fd258a2e58d7be06a8b6068da90e4.zip | |
remove tabbable stuff to try new approach
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 934a90fbc..e0ce81297 100644 --- a/docs/components.html +++ b/docs/components.html @@ -258,7 +258,24 @@ </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> |
