diff options
| author | Mark Otto <[email protected]> | 2012-02-16 21:04:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-16 21:04:16 -0800 |
| commit | 0369c1fcfc22530171fdf6a1d6400767dc13f609 (patch) | |
| tree | 5143a3a1cb708a2fe0f6af736e0238cff4e305a3 /docs/upgrading.html | |
| parent | c3d3cf7262ff53215f11ec4772c9c787643b33e2 (diff) | |
| download | bootstrap-0369c1fcfc22530171fdf6a1d6400767dc13f609.tar.xz bootstrap-0369c1fcfc22530171fdf6a1d6400767dc13f609.zip | |
add mention of navbar vertical divider in docs
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index 0c9ab1673..f56f22545 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -115,7 +115,7 @@ <ul> <li>Media queries added for <strong>basic support</strong> across mobile and tablet devices <li>Responsive CSS is compiled separately, as bootstrap-responsive.css</li> - </ul> + </ul> </section> @@ -255,13 +255,10 @@ <li>The <code>animate</code> option was renamed to <code>animation</code>.</li> <li>The <code>html</code> option was removed, as the tooltips default to allowing HTML now.</li> </ul> - <h3>Tooltips</h3> - <ul> - <li>Values for <code>placement</code> option changed from <code>above</code> and <code>below</code> to <code>top</code> and <code>bottom</code>. (Affects popovers, too.)</li> - </ul> <h3>Popovers</h3> <ul> <li>Child elements now properly namespaced: <code>.title</code> to <code>.popover-title</code>, <code>.inner</code> to <code>.popover-inner</code>, and <code>.content</code> to <code>.popover-content</code>.</li> + <li>The <code>placement</code> option value that was <code>below</code> is now <code>bottom</code>, and <code>above</code> is now <code>top</code>.</li> </ul> <h3>New plugins</h3> <ul> |
