2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #8345: use inline-block on .img-responsive

This commit is contained in:
Mark Otto
2013-07-01 19:42:26 -07:00
parent 9da90adb4c
commit 08b3515fd7
5 changed files with 11 additions and 18 deletions
+2 -5
View File
@@ -17,15 +17,12 @@
border-radius: @thumbnail-border-radius;
.transition(all .2s ease-in-out);
}
.thumbnail > img,
.img-thumbnail {
.img-responsive();
}
.thumbnail {
display: block;
}
.thumbnail > img,
.img-thumbnail {
display: inline-block;
.img-responsive();
}
// Add a hover state for linked versions only