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). --- dist/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3