aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/carousel.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-17 18:30:16 -0800
committerChris Rebert <[email protected]>2014-12-17 18:44:55 -0800
commitc7ef5810e11bf994d31bb385d794cafc50411c93 (patch)
tree38c2e59bfdd9027f4bb9c9ecdc2da8d6ed481538 /docs/examples/carousel/carousel.css
parent90f4767d06641a44a2563f53e779fb572ba9ea60 (diff)
downloadbootstrap-c7ef5810e11bf994d31bb385d794cafc50411c93.tar.xz
bootstrap-c7ef5810e11bf994d31bb385d794cafc50411c93.zip
rename .item => .carousel-item
Diffstat (limited to 'docs/examples/carousel/carousel.css')
-rw-r--r--docs/examples/carousel/carousel.css4
1 files changed, 2 insertions, 2 deletions
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;