diff options
| author | Mark Otto <[email protected]> | 2012-01-30 01:24:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 01:24:02 -0800 |
| commit | 144789788f123a8642c72082fd674125cac52a6e (patch) | |
| tree | 06f22870c90f20bbfe79416175955ecce00624cb /docs/upgrading.html | |
| parent | f4e5bc1c536f0e2bd77958dd5575863808d4cfe4 (diff) | |
| download | bootstrap-144789788f123a8642c72082fd674125cac52a6e.tar.xz bootstrap-144789788f123a8642c72082fd674125cac52a6e.zip | |
updated upgrade page to reflect popover changes
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index b311cf499..6e1180f16 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -241,6 +241,10 @@ <div class="page-header"> <h1>Javascript plugins</h1> </div> + <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> + </ul> </section> |
