aboutsummaryrefslogtreecommitdiff
path: root/less/thumbnails.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-26 17:48:32 -0700
committerMark Otto <[email protected]>2013-08-26 17:48:32 -0700
commit7796e645c98fe527261d85ad2fec01720e3fe455 (patch)
tree8c594912226b8970a96ef292e34d2d53ca05c648 /less/thumbnails.less
parentdd9980e8c94eed0af65fbc60129aa315f24d13a4 (diff)
downloadbootstrap-7796e645c98fe527261d85ad2fec01720e3fe455.tar.xz
bootstrap-7796e645c98fe527261d85ad2fec01720e3fe455.zip
Add margin to thumbnails for proper spacing
Hadn't thought about this until fixes #10137, but it makes sense I think to have margin on the bottom of thumbnails for spacing when stacking (or using different grid tiers).
Diffstat (limited to 'less/thumbnails.less')
-rw-r--r--less/thumbnails.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less
index 1adee9e35..a210cac72 100644
--- a/less/thumbnails.less
+++ b/less/thumbnails.less
@@ -7,6 +7,7 @@
.thumbnail {
.img-thumbnail();
display: block; // Override the inline-block from `.img-thumbnail`
+ margin-bottom: @line-height-computed;
> img {
.img-responsive();