From c6ad3a8d6d6d771acfb3aafeec3809173c0f4f4b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 18:31:07 -0800 Subject: [PATCH] update docs to use .{tooltip,popover}-{left,right,top,bottom} --- docs/_includes/js/popovers.html | 8 ++++---- docs/_includes/js/tooltips.html | 8 ++++---- docs/javascript/popovers.md | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 3182d8c4de..4557a44a42 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -39,7 +39,7 @@ $(function () {

Static popover

Four options are available: top, right, bottom, and left aligned.

-
+

Popover top

@@ -47,7 +47,7 @@ $(function () {
-
+

Popover right

@@ -55,7 +55,7 @@ $(function () {
-
+

Popover bottom

@@ -64,7 +64,7 @@ $(function () {
-
+

Popover left

diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index ae553e0df0..b8293c9f5d 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -12,25 +12,25 @@

Static tooltip

Four options are available: top, right, bottom, and left aligned.

-