From 6a5bc636495815b1510aaa7ecb74afd0206d22bf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 17 Dec 2014 18:58:01 -0800 Subject: rename .arrow => .popover-arrow --- docs/javascript/popovers.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/javascript') diff --git a/docs/javascript/popovers.md b/docs/javascript/popovers.md index 0844621ba..f84d52bbe 100644 --- a/docs/javascript/popovers.md +++ b/docs/javascript/popovers.md @@ -44,7 +44,7 @@ Four options are available: top, right, bottom, and left aligned.
-
+

Popover top

Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.

@@ -52,7 +52,7 @@ Four options are available: top, right, bottom, and left aligned.
-
+

Popover right

Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.

@@ -60,7 +60,7 @@ Four options are available: top, right, bottom, and left aligned.
-
+

Popover bottom

@@ -69,7 +69,7 @@ Four options are available: top, right, bottom, and left aligned.
-
+

Popover left

Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.

@@ -222,12 +222,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap template string - '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' + '<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'

Base HTML to use when creating the popover.

The popover's title will be injected into the .popover-title.

The popover's content will be injected into the .popover-content.

-

.arrow will become the popover's arrow.

+

.popover-arrow will become the popover's arrow.

The outermost wrapper element should have the .popover class.

-- cgit v1.2.3