From c7ef5810e11bf994d31bb385d794cafc50411c93 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 17 Dec 2014 18:30:16 -0800 Subject: rename .item => .carousel-item --- docs/examples/carousel/carousel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/carousel/carousel.css') diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index 7056a41a8..52c93a296 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -21,11 +21,11 @@ body { } /* Declare heights because of positioning of img element */ -.carousel .item { +.carousel-item { height: 32rem; background-color: #777; } -.carousel-inner > .item > img { +.carousel-item > img { position: absolute; top: 0; left: 0; -- cgit v1.2.3