aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
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 /dist/css/bootstrap.css
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 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css1
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;