2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class

This commit is contained in:
Mark Otto
2012-01-07 20:40:28 -08:00
parent 1438b14f74
commit 2948d1c3b2
13 changed files with 1112 additions and 1007 deletions
+9
View File
@@ -113,6 +113,15 @@
<li>Now requires you to add a <code>&lt;span class="caret"&gt;&lt;/span&gt;</code> to show the dropdown arrow</li>
</ul>
</li>
<li>Navigation
<ul>
<li>Tabs and pills now require the use of a new base class, <code>.nav</code>, on their <code>&lt;ul&gt;</code></li>
<li>New nav list component added that uses the same base class, <code>.nav</code></li>
<li>Vertical tabs and pills have been added&mdash;just add <code>.stacked</code> to the <code>&lt;ul&gt;</code></li>
<li>Pills were restyled to be less rounded by default</li>
<li>Pills now have dropdown menu support (they share the same markup and styles as tabs)</li>
</ul>
</li>
</ul>
<!--
<li>