diff --git a/docs/components.html b/docs/components.html index 081f5f4b..85f95ba2 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1005,39 +1005,6 @@ ... </div> </div> - - -

Tabs on the right

-

Swap the class to put tabs on the right.

-
-
- -
-
-

I'm in Section A.

-
-
-

Howdy, I'm in Section B.

-
-
-

What up girl, this is Section C.

-
-
-
-
-
-<div class="tabbable tabs-right">
-  <ul class="nav nav-tabs">
-    ...
-  </ul>
-  <div class="tab-content">
-    ...
-  </div>
-</div>
 

Bordered tabbable

@@ -1045,18 +1012,18 @@
-
+

I'm in Section A.

-
+

Howdy, I'm in Section B.

-
+

What up girl, this is Section C.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 646c6769..b2dbf6a4 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -924,39 +924,6 @@ ... </div> </div> - - -

{{_i}}Tabs on the right{{/i}}

-

{{_i}}Swap the class to put tabs on the right.{{/i}}

-
-
- -
-
-

{{_i}}I'm in Section A.{{/i}}

-
-
-

{{_i}}Howdy, I'm in Section B.{{/i}}

-
-
-

{{_i}}What up girl, this is Section C.{{/i}}

-
-
-
-
{{! /example }} -
-<div class="tabbable tabs-right">
-  <ul class="nav nav-tabs">
-    ...
-  </ul>
-  <div class="tab-content">
-    ...
-  </div>
-</div>
 

{{_i}}Bordered tabbable{{/i}}

@@ -964,18 +931,18 @@
-
+

{{_i}}I'm in Section A.{{/i}}

-
+

{{_i}}Howdy, I'm in Section B.{{/i}}

-
+

{{_i}}What up girl, this is Section C.{{/i}}