1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

rename .item => .carousel-item

This commit is contained in:
Chris Rebert
2014-12-17 18:30:16 -08:00
parent 90f4767d06
commit c7ef5810e1
7 changed files with 96 additions and 96 deletions

View File

@@ -13,7 +13,7 @@
width: 100%;
overflow: hidden;
> .item {
> .carousel-item {
position: relative;
display: none;
transition: .6s ease-in-out left;