aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 20:40:28 -0800
committerMark Otto <[email protected]>2012-01-07 20:40:28 -0800
commit2948d1c3b247a5aff1fd1f15cf72540e3f492f57 (patch)
tree0dd98ad6af62b23065313eaa206c374c1536695d /docs/upgrading.html
parent1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c (diff)
downloadbootstrap-2948d1c3b247a5aff1fd1f15cf72540e3f492f57.tar.xz
bootstrap-2948d1c3b247a5aff1fd1f15cf72540e3f492f57.zip
overhaul the entire tabs component structure and docs; remove side nav and make it a nav list to build on new .nav base class
Diffstat (limited to 'docs/upgrading.html')
-rw-r--r--docs/upgrading.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html
index 3e7e2c768..f6070f846 100644
--- a/docs/upgrading.html
+++ b/docs/upgrading.html
@@ -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>