mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-30 16:54:43 +00:00
updated upgrade page to reflect popover changes
This commit is contained in:
parent
f4e5bc1c53
commit
144789788f
3 changed files with 8 additions and 0 deletions
Binary file not shown.
4
docs/templates/pages/upgrading.mustache
vendored
4
docs/templates/pages/upgrading.mustache
vendored
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue