diff options
| author | Mark Otto <[email protected]> | 2013-07-30 17:43:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 17:43:39 -0700 |
| commit | 2a4aacc037e34f91442c13f56a77e50895896bd3 (patch) | |
| tree | f5ac14884ec3e58db6c67b3bed31a9747b5eeb24 /carousel/carousel.css | |
| parent | 26053b94e55c5f1a8254275973e9bcf8cbcd38f0 (diff) | |
| parent | ce1fdc5ded80c3bfd0f0e7b1cce124f4e86ade6a (diff) | |
| download | bootstrap-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.css | 2 |
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; |
