From 902a0d0f38e65c5b9b60b6da15d82fa7a71db2ba Mon Sep 17 00:00:00 2001 From: lotus Date: Wed, 1 Oct 2008 20:33:32 +0000 Subject: [PATCH] fieldset of system status was bigger than defined space. IE overlapped some text. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5238 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/env/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/env/base.css b/htroot/env/base.css index 98fdca666..841c42de9 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -402,7 +402,7 @@ div.welcome { /* The heading in Status.html */ div.sidebar { /* sidebars on the right side */ float:left; - width:120px; +/* width:120px; too small */ margin:10px 0; padding-top:10px; text-align:left;