diff options
| author | Mark Otto <[email protected]> | 2014-02-06 19:32:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-06 19:32:31 -0800 |
| commit | b124c4a6a410bf2d0d883dcc9c650b4f2fe5a3b1 (patch) | |
| tree | e8cc8fad136526c38b4907a4d7e06eb7df8e1d70 /less | |
| parent | 42d7479dbfb5265fa50728ad0934614f902b5533 (diff) | |
| parent | ace0abfdb6cc6d603a98afce85718345c32f9157 (diff) | |
| download | bootstrap-b124c4a6a410bf2d0d883dcc9c650b4f2fe5a3b1.tar.xz bootstrap-b124c4a6a410bf2d0d883dcc9c650b4f2fe5a3b1.zip | |
Merge pull request #12620 from twbs/thumbnail-extend
use :extend in thumbnail Less
Diffstat (limited to 'less')
| -rw-r--r-- | less/thumbnails.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index 11aa283a0..c428920bc 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -16,7 +16,7 @@ > img, a > img { - .img-responsive(); + &:extend(.img-responsive); margin-left: auto; margin-right: auto; } |
