From: Harish Narayanan Date: Thu, 2 Jan 2014 21:50:39 +0000 (+0100) Subject: Remove unnecessary lead bottom margin and reorder image max-width X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d15a43fc884d43c9b272291dd95b672ee9b27c9b;p=blog Remove unnecessary lead bottom margin and reorder image max-width --- 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; }