diff options
| author | Mark Otto <[email protected]> | 2012-02-11 17:25:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 17:25:30 -0800 |
| commit | c16ccf64f1f51bca4e4564d23211274e3d995e16 (patch) | |
| tree | 6fe3723c64fa002992a5a20351861e0e60172c46 /docs/upgrading.html | |
| parent | 85d8fe884c62af4b9269f7d8f0b3d3c91a1244ee (diff) | |
| download | bootstrap-c16ccf64f1f51bca4e4564d23211274e3d995e16.tar.xz bootstrap-c16ccf64f1f51bca4e4564d23211274e3d995e16.zip | |
update tooltips message in upgrade docs
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index 5ab8a39ba..5416b9987 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -246,7 +246,7 @@ <h1>Javascript plugins</h1> </div> <div class="alert alert-info"> - <strong>Heads up!</strong> We're rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more. + <strong>Heads up!</strong> We've rewritten just about everything for our plugins, so head on over to <a href="./javascript.html">the Javascript page</a> to learn more. </div> <h3>Tooltips</h3> <ul> @@ -255,6 +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> |
