0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

move popover examples heading to directly before the actual examples

This commit is contained in:
Chris Rebert 2014-11-11 19:40:47 -08:00
parent 5ba5200195
commit e2e9613f83

View File

@ -1,7 +1,6 @@
<div class="bs-docs-section"> <div class="bs-docs-section">
<h1 id="popovers" class="page-header">Popovers <small>popover.js</small></h1> <h1 id="popovers" class="page-header">Popovers <small>popover.js</small></h1>
<h2 id="popovers-examples">Examples</h2>
<p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p>
<p>Popovers whose both title and content are zero-length are never displayed.</p> <p>Popovers whose both title and content are zero-length are never displayed.</p>
@ -36,6 +35,7 @@ $(function () {
<p>Sometimes you want to add a popover to a hyperlink that wraps multiple lines. The default behavior of the popover plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p> <p>Sometimes you want to add a popover to a hyperlink that wraps multiple lines. The default behavior of the popover plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
</div> </div>
<h2 id="popovers-examples">Examples</h2>
<h3>Static popover</h3> <h3>Static popover</h3>
<p>Four options are available: top, right, bottom, and left aligned.</p> <p>Four options are available: top, right, bottom, and left aligned.</p>
<div class="bs-example bs-example-popover"> <div class="bs-example bs-example-popover">