From 632b7ec0d070c0c770587dab200cc9413833bf03 Mon Sep 17 00:00:00 2001 From: Deryck Hodge Date: Fri, 15 Jul 2005 14:57:12 +0000 Subject: r8504: Temporary fix to #content width/height just to pretty up things while I work. deryck (This used to be commit de6d5efadeb1ac5c44c6c87481d20de3afbedb78) --- swat/style/swat.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'swat') diff --git a/swat/style/swat.css b/swat/style/swat.css index 0c8f720003..a94eb5a1d5 100644 --- a/swat/style/swat.css +++ b/swat/style/swat.css @@ -30,3 +30,11 @@ table.data tr { background-color: #E5C995; text-align:left; } + +/* Temp fix for content sections that don't span the window. + 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-height:800px; +} -- cgit