From 7f7039321d9078ff7127b56aabe6be0e85716350 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 --- docs/examples/carousel.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/carousel.html') diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 0958103fc..2a0cadec1 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -448,5 +448,6 @@ }) }(window.jQuery) + -- cgit v1.2.3 From 2c2a847e752b638023f1f61e3cecf1e7ad46b453 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. --- docs/examples/carousel.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/carousel.html') diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 0958103fc..77a82c095 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/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 1eb6a1d8c8e75d2f8019fbc554026def10066890 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 --- docs/examples/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel.html') diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 0958103fc..5e81459f3 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -417,7 +417,7 @@ -- cgit v1.2.3 From 53f9e25150c0dcd8f2285691b0e74a7bde553fbe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Jan 2013 20:30:56 -0800 Subject: Comment fix --- docs/examples/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/carousel.html') diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 30053e4be..328fe5a1e 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -68,7 +68,7 @@ - /* CUSTOMIZE THE NAVBAR + /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ /* Carousel base class */ -- cgit v1.2.3