diff options
| author | Mark Otto <[email protected]> | 2012-01-07 20:40:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 20:40:28 -0800 |
| commit | 2948d1c3b247a5aff1fd1f15cf72540e3f492f57 (patch) | |
| tree | 0dd98ad6af62b23065313eaa206c374c1536695d /docs/upgrading.html | |
| parent | 1438b14f74fc30c3b9bd63bd54d3bcfe5ce33c3c (diff) | |
| download | bootstrap-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.html | 9 |
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><span class="caret"></span></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><ul></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—just add <code>.stacked</code> to the <code><ul></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> |
