From: Deryck Hodge Date: Fri, 15 Jul 2005 14:57:12 +0000 (+0000) Subject: r8504: Temporary fix to #content width/height just to X-Git-Url: http://git.samba.org/samba.git/?p=jra%2Fsamba%2F.git;a=commitdiff_plain;h=632b7ec0d070c0c770587dab200cc9413833bf03 r8504: Temporary fix to #content width/height just to pretty up things while I work. deryck (This used to be commit de6d5efadeb1ac5c44c6c87481d20de3afbedb78) --- diff --git a/swat/style/swat.css b/swat/style/swat.css index 0c8f7200030..a94eb5a1d58 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; +}