From d908b8397e0bd5e84be0b4df12b1b7d74fcd6273 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 26 Mar 2015 16:19:49 +0100 Subject: [PATCH] set max-width, not width --- themes/outerspace/static/css/outerspace.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/outerspace/static/css/outerspace.css b/themes/outerspace/static/css/outerspace.css index 26ea44e..3f491bb 100644 --- a/themes/outerspace/static/css/outerspace.css +++ b/themes/outerspace/static/css/outerspace.css @@ -109,7 +109,6 @@ footer { } .single-post img { - width: 100%; max-width: 100%; }