diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 22:21:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 22:21:23 +0000 |
commit | 0d9539d577886549b51d2bf70167db05f3f2514c (patch) | |
tree | 008251aa2b1c5f3f5cb30ec122f2751cda8f3b00 /basewiki | |
parent | a4eaf056202dc87ab529896cafac082eb987d525 (diff) | |
download | ikiwiki-0d9539d577886549b51d2bf70167db05f3f2514c.tar ikiwiki-0d9539d577886549b51d2bf70167db05f3f2514c.tar.gz |
added --hyperestraier switch, which turns on search support
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 11 |
1 files changed, 8 insertions, 3 deletions
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 { |