r8578: Fix overlapping sections in SWAT.
authorDeryck Hodge <deryck@samba.org>
Tue, 19 Jul 2005 04:40:11 +0000 (04:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:40 +0000 (13:29 -0500)
deryck
(This used to be commit 28cc020a1aaa2575b08b45f6334ab6b4de0b12f5)

swat/style/swat.css

index a94eb5a1d58635e5e8909fd4f6d226f6450324bf..c41e4eaf107bf67d4afd04932b07bd2d4552a3a4 100644 (file)
@@ -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;
 }