diff options
| author | Chris Rebert <[email protected]> | 2014-02-06 15:39:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-06 15:42:54 -0800 |
| commit | fda8d91c86a29cceab93285d920db56f7f26aaf8 (patch) | |
| tree | 20234ac7d45f901b174c3998634ef7b9e4ee0e58 /dist/css | |
| parent | 651b289e269f8806e4e30854b99410dd7c9b3c38 (diff) | |
| download | bootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.tar.xz bootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.zip | |
use :extend in thumbnail Less
Diffstat (limited to 'dist/css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
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; } |
