2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #6763 from rjregenold/2.3.0-wip

fixes jankiness with anchor tags in carousel.
This commit is contained in:
Mark Otto
2013-02-02 12:35:39 -08:00
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -5919,7 +5919,8 @@ a.badge:hover {
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
line-height: 1;
}