diff options
| author | Chris Rebert <[email protected]> | 2014-12-18 15:31:35 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-18 15:31:35 -0800 |
| commit | f216f7cdf69193385f1e042de825abc38b3a4f80 (patch) | |
| tree | 1583bd518105e3bf1c1927070a6eb98bf63978d1 /scss | |
| parent | 957cd4bae9e76da7bb67b1ecf1caddb0575daf38 (diff) | |
| parent | c7ef5810e11bf994d31bb385d794cafc50411c93 (diff) | |
| download | bootstrap-f216f7cdf69193385f1e042de825abc38b3a4f80.tar.xz bootstrap-f216f7cdf69193385f1e042de825abc38b3a4f80.zip | |
Merge pull request #41 from twbs/carousel-item
rename .item => .carousel-item
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_carousel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 72280028d..4802aea4c 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -13,7 +13,7 @@ width: 100%; overflow: hidden; - > .item { + > .carousel-item { position: relative; display: none; transition: .6s ease-in-out left; |
