aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-06 15:39:15 -0800
committerChris Rebert <[email protected]>2014-02-06 15:42:54 -0800
commitfda8d91c86a29cceab93285d920db56f7f26aaf8 (patch)
tree20234ac7d45f901b174c3998634ef7b9e4ee0e58 /dist/css/bootstrap.css
parent651b289e269f8806e4e30854b99410dd7c9b3c38 (diff)
downloadbootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.tar.xz
bootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.zip
use :extend in thumbnail Less
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 329b4fa2e..64762c0b3 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -307,7 +307,9 @@ figure {
img {
vertical-align: middle;
}
-.img-responsive {
+.img-responsive,
+.thumbnail > img,
+.thumbnail a > img {
display: block;
max-width: 100%;
height: auto;
@@ -4401,9 +4403,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;
}