diff options
-rw-r--r-- | swat/style/swat.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/style/swat.css b/swat/style/swat.css index a94eb5a1d5..c41e4eaf10 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; } |