From: Matthijs Kooijman Date: Thu, 2 Jul 2009 15:49:03 +0000 (+0200) Subject: Add some spacing to the searchform. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=daf3e021491abea2146754311ae0baefa8ecfead Add some spacing to the searchform. --- 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 {