diff options
author | Deryck Hodge <deryck@samba.org> | 2005-07-19 04:40:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:40 -0500 |
commit | 8638d01a28b0151c49685fb574a24a99a89144e2 (patch) | |
tree | 4b8c3a395224a25df5a1eec135c484d8a01a612d | |
parent | a32fe0f293fb86d69f3f7001daac2614adfb6b98 (diff) | |
download | samba-8638d01a28b0151c49685fb574a24a99a89144e2.tar.gz samba-8638d01a28b0151c49685fb574a24a99a89144e2.tar.bz2 samba-8638d01a28b0151c49685fb574a24a99a89144e2.zip |
r8578: Fix overlapping sections in SWAT.
deryck
(This used to be commit 28cc020a1aaa2575b08b45f6334ab6b4de0b12f5)
-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; } |