From 37baf6c0183ce7bab91a72901d9e9af83c7b7e9d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Feb 2013 16:06:08 +0100 Subject: Styling: No margin above images. --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index ce5eae5e..eb3b7347 100644 --- a/local.css +++ b/local.css @@ -160,7 +160,7 @@ div.notebox { img { float: left; vertical-align: top; - margin: 5% 5% 5% 0; + margin: 0 5% 5% 0; padding: 0; } -- cgit v1.2.3