From f4129792874465a7950b871c6042110f47954248 Mon Sep 17 00:00:00 2001 From: Aaron Cordovez Date: Sat, 1 Nov 2014 17:46:33 -0700 Subject: Fix typo Corrected spelling of the word "elements" --- docs/_includes/js/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/js/carousel.html') diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 62adc09e6..a74802b62 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -1,7 +1,7 @@

Carousel carousel.js

-

A slideshow component for cycling through elemnts, like a carousel. Nested carousels are not supported.

+

A slideshow component for cycling through elements, like a carousel. Nested carousels are not supported.

-- cgit v1.2.3 From 917decab6cc15c0178b1ebf9d30e4e3c0ef90c7f Mon Sep 17 00:00:00 2001 From: Jayanth Koushik Date: Tue, 11 Nov 2014 15:28:21 +0530 Subject: Fix Issue #15076. This commit adds documentation explaining the need to have an initial .active element in carousels. --- docs/_includes/js/carousel.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes/js/carousel.html') diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index a74802b62..56dd856d9 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -75,6 +75,11 @@

Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.

+ +

Optional captions

Add captions to your slides easily with the .carousel-caption element within any .item. Place just about any optional HTML within there and it will be automatically aligned and formatted.

-- cgit v1.2.3 From 9391ef207ff05f28e3952afdb92639c02b5920f5 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 11 Nov 2014 22:41:21 +0000 Subject: aria-hidden added to some stray glyphicons plus minor tweak to customizer's generated alerts --- docs/_includes/js/carousel.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/js/carousel.html') diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index a74802b62..9c13aa033 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -23,11 +23,11 @@
- + Previous - + Next @@ -60,11 +60,11 @@ - + Previous - + Next @@ -108,11 +108,11 @@ - + Previous - + Next -- cgit v1.2.3