]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove tabbable stuff to try new approach
authorMark Otto <markdotto@gmail.com>
Sun, 8 Jan 2012 05:18:14 +0000 (21:18 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 8 Jan 2012 05:18:47 +0000 (21:18 -0800)
docs/components.html
lib/navs.less

index 934a90fbcccd39d0d8e2ccd21073e3f226798fb8..e0ce81297653da8dec668c7f7e1ac3560ff5852a 100644 (file)
   </div>
 
 
-
+  <h2>Tabbable tabs</h2>
+  <div class="row">
+    <div class="span4">
+      <h3>What's included</h3>
+      <p>Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles:</p>
+      <ul>
+        <li>top (default)</li>
+        <li>right</li>
+        <li>bottom</li>
+        <li>left</li>
+      </ul>
+      <p>Changing between them is easy and only requires changing very little markup.</p>
+    </div>
+    <div class="span4">
+    </div>
+    <div class="span4">
+    </div>
+  </div>
 
 
 
index 8616ea0471dfddfb8bf23440543533ba8a833e90..0d31cf3bcfb77391abc2415a2a2d63b037351762 100644 (file)
 // TABBABLE
 // --------
 
+/*
 .tabbable {
   margin-bottom: @baseLineHeight;
 
     }
   }
 }
-
+*/