Commit fe6d2f2e authored by Mark Otto's avatar Mark Otto

fix tabs-below typo

parent 1a22c3b3
...@@ -564,7 +564,7 @@ ...@@ -564,7 +564,7 @@
</ul> </ul>
</div> <!-- /tabbable --> </div> <!-- /tabbable -->
<pre class="prettyprint linenums" style="margin-top: 11px;"> <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 class="nav tabs"&gt;
... ...
&lt;/ul&gt; &lt;/ul&gt;
......
...@@ -499,7 +499,7 @@ ...@@ -499,7 +499,7 @@
</ul> </ul>
</div> <!-- /tabbable --> </div> <!-- /tabbable -->
<pre class="prettyprint linenums" style="margin-top: 11px;"> <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 class="nav tabs"&gt;
... ...
&lt;/ul&gt; &lt;/ul&gt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment