From ccecb7cde4f954a8941100b24c1b0c2008088276 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 22 Sep 2014 20:27:23 -0700 Subject: fixes #14654: callout for scrollspy-nav link --- docs/_includes/js/scrollspy.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes/js/scrollspy.html') diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index c68ec32a4..68d3b853c 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -51,6 +51,11 @@

Usage

+
+

Requires Bootstrap nav

+

Scrollspy currently requires the use of a Bootstrap nav component for proper highlighting of active links.

+
+

Requires relative positioning

No matter the implementation method, scrollspy requires the use of position: relative; on the element you're spying on. In most cases this is the <body>.

-- cgit v1.2.3 From 93f4426fed83e53e60bc36a280687085eca1d4aa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 23 Sep 2014 17:18:15 -0700 Subject: linkify reference to Nav component in Scrollspy docs --- docs/_includes/js/scrollspy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/js/scrollspy.html') diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 68d3b853c..8fa37d87f 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -53,7 +53,7 @@

Requires Bootstrap nav

-

Scrollspy currently requires the use of a Bootstrap nav component for proper highlighting of active links.

+

Scrollspy currently requires the use of a Bootstrap nav component for proper highlighting of active links.

Requires relative positioning

-- cgit v1.2.3