From cff6e99ea464e7e57bfe4e52392294e8d1024853 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 23 Jan 2013 15:29:42 +0100 Subject: Image deco margins defined, overshadowing margins of normal images. --- style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.scss b/style.scss index b31c675..77f2edf 100644 --- a/style.scss +++ b/style.scss @@ -158,6 +158,8 @@ img { width: 50%; max-width: 200px; margin-right: -50%; + margin-top: 0; + margin-bottom: 0; padding: 0 5% 5%; background-color: none; } -- cgit v1.2.3