Commit 14478978 authored by Mark Otto's avatar Mark Otto

updated upgrade page to reflect popover changes

parent f4e5bc1c
...@@ -165,6 +165,10 @@ ...@@ -165,6 +165,10 @@
<div class="page-header"> <div class="page-header">
<h1>{{_i}}Javascript plugins{{/i}}</h1> <h1>{{_i}}Javascript plugins{{/i}}</h1>
</div> </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> </section>
......
...@@ -241,6 +241,10 @@ ...@@ -241,6 +241,10 @@
<div class="page-header"> <div class="page-header">
<h1>Javascript plugins</h1> <h1>Javascript plugins</h1>
</div> </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> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment