2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+2 -2
View File
@@ -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;