Skip to content

Commit

Permalink
(less) Add margin to thumbnails for proper spacing
Browse files Browse the repository at this point in the history
Hadn't thought about this until fixes twbs#10137, but it makes sense I
think to have margin on the bottom of thumbnails for spacing when
stacking (or using different grid tiers).
  • Loading branch information
mdo committed Aug 27, 2013
1 parent ba45aa8 commit 6c4e5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thumbnails.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.thumbnail {
.img-thumbnail();
display: block; // Override the inline-block from `.img-thumbnail`
margin-bottom: @line-height-computed;

> img {
.img-responsive();
Expand Down

0 comments on commit 6c4e5a9

Please sign in to comment.