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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 0921d2a1c..319ca9e3a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5010,6 +5010,7 @@ a.list-group-item.active > .badge, height: auto; max-width: 100%; padding: 4px; + margin-bottom: 20px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; |
