diff options
Diffstat (limited to 'swat/style/swat.css')
-rw-r--r-- | swat/style/swat.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} |