diff options
| author | Mark Otto <[email protected]> | 2013-12-01 21:18:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-01 21:18:41 -0800 |
| commit | cc6951fa15ab990b5d90edd7acc9f1bbf2f16875 (patch) | |
| tree | bc2cb194a194233131c54942edeaab7cd457c10d | |
| parent | b636756e533c3fbcf3c1f70454f6a0d7064e819e (diff) | |
| parent | cde1b9a1782a6592e2d41ce2ad60aadd74e5539c (diff) | |
| download | bootstrap-cc6951fa15ab990b5d90edd7acc9f1bbf2f16875.tar.xz bootstrap-cc6951fa15ab990b5d90edd7acc9f1bbf2f16875.zip | |
Merge pull request #10662 from kevinlisota/thumbnail-images
add responsive CSS to hyperlinked images when thumbnail caption markup used
| -rw-r--r-- | less/thumbnails.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index 43e7d1d26..11aa283a0 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -14,7 +14,8 @@ border-radius: @thumbnail-border-radius; .transition(all .2s ease-in-out); - > img { + > img, + a > img { .img-responsive(); margin-left: auto; margin-right: auto; |
