From 8638d01a28b0151c49685fb574a24a99a89144e2 Mon Sep 17 00:00:00 2001 From: Deryck Hodge Date: Tue, 19 Jul 2005 04:40:11 +0000 Subject: [PATCH] r8578: Fix overlapping sections in SWAT. deryck (This used to be commit 28cc020a1aaa2575b08b45f6334ab6b4de0b12f5) --- swat/style/swat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swat/style/swat.css b/swat/style/swat.css index a94eb5a1d58..c41e4eaf107 100644 --- a/swat/style/swat.css +++ b/swat/style/swat.css @@ -35,6 +35,6 @@ table.data tr { This is not cross-browser and won't be the final way I handle this, but I can't stand looking at small boxes while I work. :-) */ #content { - min-width:60%; + min-width:55%; min-height:800px; } -- 2.34.1