From: Mark Otto Date: Sun, 8 Jan 2012 05:18:14 +0000 (-0800) Subject: remove tabbable stuff to try new approach X-Git-Tag: v2.0.0~6^2~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0eecc85f89fd258a2e58d7be06a8b6068da90e4;p=thirdparty%2Fbootstrap.git remove tabbable stuff to try new approach --- 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:

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

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 @@ } } } - +*/