From c9c431ffa34f66bcbee9e30be50e00fa5f1dcb7d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 21 Jan 2014 13:34:47 +0100 Subject: Re-apply % → em change for img, and drop same for img.solo (superfluous since ikiwiki img.img dropped). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 3737c45..f3e7e10 100644 --- a/style.scss +++ b/style.scss @@ -213,7 +213,7 @@ body { img { float: left; vertical-align: top; - margin: 0 5% 5% 0; + margin: 0 1em 1em 0; padding: 0; max-width: 100%; height: auto; @@ -234,7 +234,6 @@ img { #content img.solo { float: none; - margin: 0 5% 5% 0; padding: 0; } #content img.x2470x3783 { -- cgit v1.2.3