fix bottom visual bug on carousel images

This commit is contained in:
Mark Otto
2012-01-25 11:47:36 -08:00
parent 58d08a2db3
commit 06017b26ca
3 changed files with 12 additions and 1 deletions

View File

@@ -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; }