diff options
| author | Mark Otto <[email protected]> | 2013-08-26 17:48:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-26 17:48:32 -0700 |
| commit | 7796e645c98fe527261d85ad2fec01720e3fe455 (patch) | |
| tree | 8c594912226b8970a96ef292e34d2d53ca05c648 /less/thumbnails.less | |
| parent | dd9980e8c94eed0af65fbc60129aa315f24d13a4 (diff) | |
| download | bootstrap-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.less | 1 |
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(); |
