From f0a415871cafc0c351b383e4ef6097cb7a03c28d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 9 Oct 2012 00:16:44 +0200 Subject: Fix margins for searchform (form spelled with majuscules). --- local.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.scss b/local.scss index e80239b..907957a 100644 --- a/local.scss +++ b/local.scss @@ -68,8 +68,8 @@ span.parentlinks { display: none; } -form#searchform { - margin: 1em 3em; +FORM#searchform { + margin: 1em 3em 0 0; } div.pageheader div.actions { -- cgit v1.2.3