diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 00:50:48 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 00:50:48 -0800 |
| commit | bc505560a05cd867ea8dbfbcefe2217223d58316 (patch) | |
| tree | 2a2948c3b8b606cf5707ab7a37199d18b114c435 /docs | |
| parent | 4478df768168fe41599508688046612bf5f1e526 (diff) | |
| parent | 3c2f82f469be4792e85eb73fd1e3b882dcadd48d (diff) | |
| download | bootstrap-bc505560a05cd867ea8dbfbcefe2217223d58316.tar.xz bootstrap-bc505560a05cd867ea8dbfbcefe2217223d58316.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts:
bootstrap.css
bootstrap.min.css
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index 6fca1268f..bd8753401 100644 --- a/docs/components.html +++ b/docs/components.html @@ -346,6 +346,16 @@ <li><a href="#C" data-toggle="tab">Section 3</a></li> </ul> </div> <!-- /tabbable --> +<pre class="prettyprint linenums" style="margin-top: 11px;"> +<div class="tabbable tabs-bottom"> + <ul class="nav tabs"> + ... + </ul> + <div class="tab-content"> + ... + </div> +</div> +</pre> </div> <div class="span4"> <h4>Tabs on the left</h4> @@ -368,6 +378,16 @@ </div> </div> </div> <!-- /tabbable --> +<pre class="prettyprint linenums"> +<div class="tabbable tabs-left"> + <ul class="nav tabs"> + ... + </ul> + <div class="tab-content"> + ... + </div> +</div> +</pre> </div> <div class="span4"> <h4>Tabs on the right</h4> @@ -390,6 +410,16 @@ </div> </div> </div> <!-- /tabbable --> +<pre class="prettyprint linenums"> +<div class="tabbable tabs-right"> + <ul class="nav tabs"> + ... + </ul> + <div class="tab-content"> + ... + </div> +</div> +</pre> </div> </div> |
