From df8d6a7eab246449ea73f87767c7556db46b5257 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> Date: Wed, 17 Jan 2007 18:10:25 +0000 Subject: [PATCH] Fix for http://www.yacy-forum.de/viewtopic.php?t=3394 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3235 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htroot/env/base.css b/htroot/env/base.css index c1b5f39da..4483a0ce5 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -405,6 +405,10 @@ body#QuickCrawlLink p, body#QuickCrawlLink h4 { padding:0 5%; } +body#Wiki form fieldset p.help{ + clear:both; +} + form.PeerControl fieldset { /* on Status.html */ text-align:right; }