From ce719925af8d0d4f443f46b6a93bd4e2d59aca8e Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sat, 20 Apr 2013 13:25:22 -0400 Subject: Fix carousel examples within docs --- docs/docs.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 976396eba..8eaab75d4 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -6332,11 +6332,11 @@ $('#myCollapsible').on('hidden', function () {

Examples

The slideshow below shows a generic plugin and component for cycling through elements like a carousel.

- {% highlight html linenos %} - @@ -6394,11 +6394,11 @@ $('#myCollapsible').on('hidden', function () {

Captions are hidden by default and will show up only with viewports greater than 768px wide.

- -- cgit v1.2.3 From a956a3258b48e697666058889b3c0add591647a2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Apr 2013 12:23:27 -0700 Subject: Alternate docs mention of breadcrumbs separator, as called out in #7601 --- docs/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index 8eaab75d4..7fc72bf9c 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -3761,7 +3761,7 @@ body {

Breadcrumbs

Indicate the current page's location within a navigational hierarchy.

- +

Separators are automatically added in CSS through `:after` and `content`.

@@ -2690,7 +2690,7 @@ For example, <section> should be wrapped as inline.
- +
-- cgit v1.2.3 From 0c9b161bb889a5f47f7ef0752d90c41c9f957695 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Apr 2013 15:32:16 -0700 Subject: Fixes #7093: more consistent scrollspy docs --- docs/docs.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'docs/docs.html') diff --git a/docs/docs.html b/docs/docs.html index dcb379bf0..55e3dfb72 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -5327,7 +5327,7 @@ $('.dropdown-toggle').dropdown()

Example in navbar

The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.

-