From d0eecc85f89fd258a2e58d7be06a8b6068da90e4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Jan 2012 21:18:14 -0800 Subject: [PATCH] remove tabbable stuff to try new approach --- docs/components.html | 19 ++++++++++++++++++- lib/navs.less | 3 ++- 2 files changed, 20 insertions(+), 2 deletions(-) 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 @@ } } } - +*/