diff options
| author | Chris Rebert <[email protected]> | 2014-11-11 19:40:47 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-11 19:40:47 -0800 |
| commit | e2e9613f8359189cc11a5c6c577f013b677dd59e (patch) | |
| tree | 159c5e1cad72441b87cde4bb3532b382b7ecc2df /docs/_includes | |
| parent | 5ba52001952b6a0744fc17252c0a07b97a836583 (diff) | |
| download | bootstrap-e2e9613f8359189cc11a5c6c577f013b677dd59e.tar.xz bootstrap-e2e9613f8359189cc11a5c6c577f013b677dd59e.zip | |
move popover examples heading to directly before the actual examples
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 09b8f36eb..8e051b27d 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -1,7 +1,6 @@ <div class="bs-docs-section"> <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>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> </div> + <h2 id="popovers-examples">Examples</h2> <h3>Static popover</h3> <p>Four options are available: top, right, bottom, and left aligned.</p> <div class="bs-example bs-example-popover"> |
