From 0d9539d577886549b51d2bf70167db05f3f2514c Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Mar 2006 22:21:23 +0000 Subject: added --hyperestraier switch, which turns on search support (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) --- basewiki/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'basewiki') diff --git a/basewiki/style.css b/basewiki/style.css index 97b30fbf8..6da3e6253 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -1,11 +1,11 @@ #header h1 { margin: 0; - padding: 2px 0; + padding: 0 0; } #actions ul { margin: 0; - padding: 2px; + padding: 6px; list-style-type: none; border-bottom: 1px solid #000; } @@ -15,6 +15,11 @@ padding: .2em .4em; } +#searchform { + display: inline; + float: right; +} + #content { border-bottom: 1px solid #000; } @@ -23,8 +28,8 @@ #blogform { padding: 10px 10px; border: 1px solid #aaa; - color: black !important;; background: #eee; + color: black !important; } #backlinks { -- cgit v1.2.3