From 4fa4d5254d8b1fc9dae9ee1dfbe555323aaa4e2b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 21 Dec 2012 19:10:05 -0800 Subject: Fixes #6189: Add holder.js to carousel example --- carousel.html | 1 + 1 file changed, 1 insertion(+) (limited to 'carousel.html') diff --git a/carousel.html b/carousel.html index 0958103fc..2a0cadec1 100644 --- a/carousel.html +++ b/carousel.html @@ -448,5 +448,6 @@ }) }(window.jQuery) + -- cgit v1.2.3 From 7b4971e4d1022e0349dc01ea81756e801195fdf9 Mon Sep 17 00:00:00 2001 From: Justin John Mathews Date: Wed, 9 Jan 2013 15:53:17 +0530 Subject: Corrected carousel arrows to active.#6494, #6489 Corrected the carousel arrows to active on resizing the browser window. --- carousel.html | 1 + 1 file changed, 1 insertion(+) (limited to 'carousel.html') diff --git a/carousel.html b/carousel.html index 0958103fc..77a82c095 100644 --- a/carousel.html +++ b/carousel.html @@ -88,6 +88,7 @@ text-shadow: 0 1px 1px rgba(0,0,0,.4); background-color: transparent; border: 0; + z-index: 10; } .carousel .item { -- cgit v1.2.3 From 69cc97dd3447370831ee400fdebd0a5667e5a420 Mon Sep 17 00:00:00 2001 From: William Franceschine Date: Thu, 10 Jan 2013 02:13:26 -0800 Subject: Update docs/examples/carousel.html Updated copyright to 2013 --- carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'carousel.html') diff --git a/carousel.html b/carousel.html index 0958103fc..5e81459f3 100644 --- a/carousel.html +++ b/carousel.html @@ -417,7 +417,7 @@ -- cgit v1.2.3 From 07a5563a0b27f09e73b148b6bd2dc123d5f05780 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Jan 2013 20:30:56 -0800 Subject: Comment fix --- carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'carousel.html') diff --git a/carousel.html b/carousel.html index 30053e4be..328fe5a1e 100644 --- a/carousel.html +++ b/carousel.html @@ -68,7 +68,7 @@ - /* CUSTOMIZE THE NAVBAR + /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ /* Carousel base class */ -- cgit v1.2.3