Skip to content

Commit

Permalink
Reverts style change in a83a330
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Aug 23, 2012
1 parent d30e913 commit abd3e50
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/responsive-carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
position: relative;
}
.carousel .carousel-item {
position: absolute;
z-index: -1;
display: none;
}
.carousel .carousel-active {
position: relative;
z-index: 2;
display: block;
}
.carousel .carousel-nav:nth-child(2) {
position: absolute;
z-index: -1;
}
display: none;
}

0 comments on commit abd3e50

Please sign in to comment.