From e2e9613f8359189cc11a5c6c577f013b677dd59e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 11 Nov 2014 19:40:47 -0800 Subject: [PATCH] move popover examples heading to directly before the actual examples --- docs/_includes/js/popovers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 09b8f36ebd..8e051b27d5 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -1,7 +1,6 @@

Popovers popover.js

-

Examples

Add small overlays of content, like those on the iPad, to any element for housing secondary information.

Popovers whose both title and content are zero-length are never displayed.

@@ -36,6 +35,7 @@ $(function () {

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 white-space: nowrap; to your anchors to avoid this.

+

Examples

Static popover

Four options are available: top, right, bottom, and left aligned.

-- 2.47.2