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.