diff --git a/docs/components.html b/docs/components.html index 934a90fbcc..e0ce812976 100644 --- a/docs/components.html +++ b/docs/components.html @@ -258,7 +258,24 @@ - +

Tabbable tabs

+
+
+

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:

+ +

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

+
+
+
+
+
+
diff --git a/lib/navs.less b/lib/navs.less index 8616ea0471..0d31cf3bcf 100644 --- a/lib/navs.less +++ b/lib/navs.less @@ -203,6 +203,7 @@ // TABBABLE // -------- +/* .tabbable { margin-bottom: @baseLineHeight; @@ -308,7 +309,7 @@ } } } - +*/