From: Mark Otto Date: Sun, 8 Jan 2012 11:11:51 +0000 (-0800) Subject: cleanup organization of tabbable nav section X-Git-Tag: v2.0.0~6^2~324^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2376da40fb020289bcec4d2fe49ca2dc6f4eae97;p=thirdparty%2Fbootstrap.git cleanup organization of tabbable nav section --- diff --git a/docs/components.html b/docs/components.html index bd8753401a..3208e2390e 100644 --- a/docs/components.html +++ b/docs/components.html @@ -262,23 +262,13 @@

What's included

-

Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles:

-
    -
  • top (default)
  • -
  • right
  • -
  • bottom
  • -
  • left
  • -
+

Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles: top (default), right, bottom, and left.

Changing between them is easy and only requires changing very little markup.

-
-

Custom jQuery plugin

-

All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.

-

Get the javascript →

-
+

Tabbable example

To make tabs tabbable, wrap the .tabs in another div with class .tabbable.

-
+
-
-

Straightforward markup

-

Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.

+
+
+

Custom jQuery plugin

+

All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.

+

Get the javascript →

+
+
+ +

Straightforward markup

+

Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.

 <div class="tabbable">
   <ul class="nav tabs">
@@ -315,8 +312,6 @@
   </div>
 </div>
 
- -

Tabbable in any direction

@@ -809,28 +804,6 @@ - -
- - -
- - - - - - - -