diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 614be7e2b5..d923eb2914 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -57,7 +57,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.

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

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

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

@@ -234,7 +234,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/components/tooltips.md b/docs/components/tooltips.md index 2e630e93eb..739ba608a0 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -52,25 +52,25 @@ Four options are available: top, right, bottom, and left aligned.