diff options
| author | Mark Otto <[email protected]> | 2012-01-25 11:47:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 11:47:36 -0800 |
| commit | 06017b26ca5a9c835edb9d42188431fa30c7e499 (patch) | |
| tree | 664807bac06d0d4f3a83ed6ee0c2465b5c963af8 /lib | |
| parent | 58d08a2db3e2ed1b789a5290ced2f0327c9c163b (diff) | |
| download | bootstrap-06017b26ca5a9c835edb9d42188431fa30c7e499.tar.xz bootstrap-06017b26ca5a9c835edb9d42188431fa30c7e499.zip | |
fix bottom visual bug on carousel images
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/carousel.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/carousel.less b/lib/carousel.less index b0e95bfe9..254a9f60c 100644 --- a/lib/carousel.less +++ b/lib/carousel.less @@ -20,6 +20,12 @@ .transition(.6s ease-in-out left); } + // Account for jankitude on images + .item > img { + display: block; + line-height: 1; + } + .active, .next, .prev { display: block; } |
