aboutsummaryrefslogtreecommitdiff
path: root/carousel/carousel.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-30 17:43:39 -0700
committerMark Otto <[email protected]>2013-07-30 17:43:39 -0700
commit2a4aacc037e34f91442c13f56a77e50895896bd3 (patch)
treef5ac14884ec3e58db6c67b3bed31a9747b5eeb24 /carousel/carousel.css
parent26053b94e55c5f1a8254275973e9bcf8cbcd38f0 (diff)
parentce1fdc5ded80c3bfd0f0e7b1cce124f4e86ade6a (diff)
downloadbootstrap-2a4aacc037e34f91442c13f56a77e50895896bd3.tar.xz
bootstrap-2a4aacc037e34f91442c13f56a77e50895896bd3.zip
Merge pull request #9 from ssorallen/carousel-img-height-js-path
Carousel image height and JS path
Diffstat (limited to 'carousel/carousel.css')
-rw-r--r--carousel/carousel.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel/carousel.css b/carousel/carousel.css
index 49f8483a2..24b96f9c3 100644
--- a/carousel/carousel.css
+++ b/carousel/carousel.css
@@ -40,7 +40,7 @@ body {
.carousel .item {
height: 500px;
}
-.carousel img {
+.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;