diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md index 6aa3bb2693..20ab3fe75b 100644 --- a/docs/4.0/components/popovers.md +++ b/docs/4.0/components/popovers.md @@ -51,7 +51,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.

@@ -59,7 +59,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.

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

Popover bottom

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

@@ -75,7 +75,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.

@@ -228,7 +228,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap template string - '<div class="popover" role="tooltip"><div class="arrow" x-arrow></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' + '<div class="popover" role="tooltip"><div class="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.

diff --git a/docs/4.0/components/tooltips.md b/docs/4.0/components/tooltips.md index baee524518..c6cf14dc93 100644 --- a/docs/4.0/components/tooltips.md +++ b/docs/4.0/components/tooltips.md @@ -46,25 +46,25 @@ Four options are available: top, right, bottom, and left aligned.