From 7796e645c98fe527261d85ad2fec01720e3fe455 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Aug 2013 17:48:32 -0700 Subject: 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). --- less/thumbnails.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') 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(); -- cgit v1.2.3