From d15a43fc884d43c9b272291dd95b672ee9b27c9b Mon Sep 17 00:00:00 2001 From: Harish Narayanan Date: Thu, 2 Jan 2014 22:50:39 +0100 Subject: [PATCH] Remove unnecessary lead bottom margin and reorder image max-width --- public/css/poole.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/poole.css b/public/css/poole.css index 3ffbe72..fabfd65 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -202,9 +202,9 @@ blockquote p:last-child { img { display: block; + max-width: 100%; margin: 0 0 1rem; border-radius: 5px; - max-width: 100%; !important } /* Tables */ @@ -234,7 +234,6 @@ tbody tr:nth-child(odd) th { .lead { font-size: 1.25rem; font-weight: 300; - margin-bottom: 1rem; } -- 2.30.2