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/_includes/js/popovers.html | 12 ++++++------ docs/javascript/popovers.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index ab33baccb..3182d8c4d 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -40,7 +40,7 @@ $(function () {

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.

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

Popover right

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

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

Popover bottom

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

Popover left

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

@@ -207,12 +207,12 @@ sagittis lacus vel augue laoreet rutrum faucibus."> 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.

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 From c6ad3a8d6d6d771acfb3aafeec3809173c0f4f4b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 19 Dec 2014 18:31:07 -0800 Subject: 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(-) (limited to 'docs') diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 3182d8c4d..4557a44a4 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 ae553e0df..b8293c9f5 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.

-