aboutsummaryrefslogtreecommitdiff
path: root/less
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 /less
parent651b289e269f8806e4e30854b99410dd7c9b3c38 (diff)
downloadbootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.tar.xz
bootstrap-fda8d91c86a29cceab93285d920db56f7f26aaf8.zip
use :extend in thumbnail Less
Diffstat (limited to 'less')
-rw-r--r--less/thumbnails.less2
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;
}