diff options
| author | Mark Otto <[email protected]> | 2012-01-07 03:45:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 03:45:24 -0800 |
| commit | 8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8 (patch) | |
| tree | 995b7102d3274bf9f87ade682d8de55b34a7218e /docs/upgrading.html | |
| parent | 5fb2c666acfd5e7d2f134d2cb5b65b828102c5a9 (diff) | |
| download | bootstrap-8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8.tar.xz bootstrap-8ccc3bcf03fedbe8c3a19a96c08a5cad6ae456e8.zip | |
overhauled dropdowns now require use of .caret for dropdown arrow, redid the button group docs section, added the split button dropdown docs section
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index d22fa8c27..3e7e2c768 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -107,6 +107,12 @@ <li>Fluid examples redone. <code>.fluid-container</code> now requires a <code>.sidebar-left</code> or <code>.sidebar-right</code> as well. Fluid sidebar element has a new class, <code>.fluid-sidebar</code>.</li> </ul> </li> + <li>Dropdown menus + <ul> + <li>Updated the <code>.dropdown-menu</code> to tighten up spacing</li> + <li>Now requires you to add a <code><span class="caret"></span></code> to show the dropdown arrow</li> + </ul> + </li> </ul> <!-- <li> |
