From daf3e021491abea2146754311ae0baefa8ecfead Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 2 Jul 2009 17:49:03 +0200 Subject: [PATCH] Add some spacing to the searchform. --- static/exodus/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index 0fb84e8..d7be9a7 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -140,6 +140,7 @@ h1 { margin: 0; padding: 0; } /* Put a bit of offset between the pageinfo and searchform. Don't use * margin here, that collapses with the floating pageinfo. */ padding-top: 10px; + margin: 0px 12px; } .editbar { -- 2.30.2