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 @@
Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles:
-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.
-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.
-To make tabs tabbable, wrap the .tabs
in another div with class .tabbable
.
Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.
+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.
+ +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>- -