2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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
+6
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; }