Branch: Tag:

2004-06-21

2004-06-21 08:11:11 by Jonas Wallden <jonasw@roxen.com>

Avoid Mozilla scrollbar for tables with 100% height.

Rev: server/base_server/configuration.pike:1.581
Rev: server/protocols/http.pike:1.456

2:   // Modified by Francesco Chemolli to add throttling capabilities.   // Copyright © 1996 - 2001, Roxen IS.    - constant cvs_version = "$Id: http.pike,v 1.455 2004/06/21 08:06:06 jonasw Exp $"; + constant cvs_version = "$Id: http.pike,v 1.456 2004/06/21 08:11:07 jonasw Exp $";   // #define REQUEST_DEBUG   #define MAGIC_ERROR   
1034:    "<body text='#000000' style='margin: 0; padding: 0' vlink='#2331d1' "    " rightmargin='0' leftmargin='0' alink='#f6f6ff' link='#0000ee' "    " bgcolor='#f2f1eb' bottommargin='0' topmargin='0'>" -  "<table border='0' cellspacing='0' cellpadding='0' height='100%'>" +  "<table border='0' cellspacing='0' cellpadding='0' height='99%'>"    " <tr>"    " <td><img src='/internal-roxen-unit' height='30' /></td>"    " </tr><tr>"
1068:    " </td>"    " </tr>"    " </table>" -  " <img src='/internal-roxen-unit' height='20' />" +  " <img src='/internal-roxen-unit' height='15' />"    " </td>"    " </tr>"    "</table>"