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 /less | |
| parent | 651b289e269f8806e4e30854b99410dd7c9b3c38 (diff) | |
| download | bootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.tar.xz bootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.zip | |
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; } |
