diff options
| author | Jacob Thornton <[email protected]> | 2012-02-16 20:46:35 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-16 20:46:35 -0800 |
| commit | c3d3cf7262ff53215f11ec4772c9c787643b33e2 (patch) | |
| tree | 328da80b70912dc1c9b70656643a5cf7be266138 /docs | |
| parent | 9d12b2d60168505fdb68672f6fe7992bb264da90 (diff) | |
| download | bootstrap-c3d3cf7262ff53215f11ec4772c9c787643b33e2.tar.xz bootstrap-c3d3cf7262ff53215f11ec4772c9c787643b33e2.zip | |
add note about popover placement
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/upgrading.mustache | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index ebe70bcdd..5a82e2dc9 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -39,7 +39,7 @@ <ul> <li>{{_i}}Media queries added for <strong>basic support</strong> across mobile and tablet devices{{/i}} <li>{{_i}}Responsive CSS is compiled separately, as bootstrap-responsive.css{{/i}}</li> - </ul> + </ul> </section> @@ -179,13 +179,10 @@ <li>{{_i}}The <code>animate</code> option was renamed to <code>animation</code>.{{/i}}</li> <li>{{_i}}The <code>html</code> option was removed, as the tooltips default to allowing HTML now.{{/i}}</li> </ul> - <h3>{{_i}}Tooltips{{/i}}</h3> - <ul> - <li>{{_i}}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.){{/i}}</li> - </ul> <h3>{{_i}}Popovers{{/i}}</h3> <ul> <li>{{_i}}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>.{{/i}}</li> + <li>{{_i}}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>.{{/i}}</li> </ul> <h3>{{_i}}New plugins{{/i}}</h3> <ul> |
