0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fix tabs-below typo

This commit is contained in:
Mark Otto 2012-01-28 13:30:15 -08:00
parent 1a22c3b30a
commit fe6d2f2e1d
2 changed files with 2 additions and 2 deletions

View File

@ -564,7 +564,7 @@
</ul>
</div> <!-- /tabbable -->
<pre class="prettyprint linenums" style="margin-top: 11px;">
&lt;div class="tabbable tabs-bottom"&gt;
&lt;div class="tabbable tabs-below"&gt;
&lt;ul class="nav tabs"&gt;
...
&lt;/ul&gt;

View File

@ -499,7 +499,7 @@
</ul>
</div> <!-- /tabbable -->
<pre class="prettyprint linenums" style="margin-top: 11px;">
&lt;div class="tabbable tabs-bottom"&gt;
&lt;div class="tabbable tabs-below"&gt;
&lt;ul class="nav tabs"&gt;
...
&lt;/ul&gt;