aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 01:24:02 -0800
committerMark Otto <[email protected]>2012-01-30 01:24:02 -0800
commit144789788f123a8642c72082fd674125cac52a6e (patch)
tree06f22870c90f20bbfe79416175955ecce00624cb /docs
parentf4e5bc1c536f0e2bd77958dd5575863808d4cfe4 (diff)
downloadbootstrap-144789788f123a8642c72082fd674125cac52a6e.tar.xz
bootstrap-144789788f123a8642c72082fd674125cac52a6e.zip
updated upgrade page to reflect popover changes
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin51957 -> 51957 bytes
-rw-r--r--docs/templates/pages/upgrading.mustache4
-rw-r--r--docs/upgrading.html4
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 8a4919782..49f0cee97 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache
index 95587456a..a82896b3a 100644
--- a/docs/templates/pages/upgrading.mustache
+++ b/docs/templates/pages/upgrading.mustache
@@ -165,6 +165,10 @@
<div class="page-header">
<h1>{{_i}}Javascript plugins{{/i}}</h1>
</div>
+ <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>
+ </ul>
</section>
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>