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.
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.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.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.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'<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
.
'<div class="tooltip" role="tooltip"><div class="arrow" x-arrow></div><div class="tooltip-inner"></div></div>'
'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>'
Base HTML to use when creating the tooltip.
The tooltip's title
will be injected into the .tooltip-inner
.