aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-06 19:32:31 -0800
committerMark Otto <[email protected]>2014-02-06 19:32:31 -0800
commitb124c4a6a410bf2d0d883dcc9c650b4f2fe5a3b1 (patch)
treee8cc8fad136526c38b4907a4d7e06eb7df8e1d70 /dist/css/bootstrap.css
parent42d7479dbfb5265fa50728ad0934614f902b5533 (diff)
parentace0abfdb6cc6d603a98afce85718345c32f9157 (diff)
downloadbootstrap-b124c4a6a410bf2d0d883dcc9c650b4f2fe5a3b1.tar.xz
bootstrap-b124c4a6a410bf2d0d883dcc9c650b4f2fe5a3b1.zip
Merge pull request #12620 from twbs/thumbnail-extend
use :extend in thumbnail Less
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ab259fa6a..23202f62b 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -308,6 +308,8 @@ img {
vertical-align: middle;
}
.img-responsive,
+.thumbnail > img,
+.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
@@ -4403,9 +4405,6 @@ a.list-group-item.active > .badge,
}
.thumbnail > img,
.thumbnail a > img {
- display: block;
- max-width: 100%;
- height: auto;
margin-right: auto;
margin-left: auto;
}