User: tmcsys Date: 01/08/30 12:41:10 Modified: src/stylesheets fancy.xsl Log: Purists will probably cry "html hack", but without it the footer looks absolutely terrible on Netscape. Revision Changes Path 1.2 +6 -2 manual/src/stylesheets/fancy.xsl Index: fancy.xsl =================================================================== RCS file: /cvsroot/jboss/manual/src/stylesheets/fancy.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fancy.xsl 2001/08/29 09:19:35 1.1 +++ fancy.xsl 2001/08/30 19:41:10 1.2 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Id: fancy.xsl,v 1.1 2001/08/29 09:19:35 user57 Exp $ --> +<!-- $Id: fancy.xsl,v 1.2 2001/08/30 19:41:10 tmcsys Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:saxon="http://icl.com/saxon" @@ -95,7 +95,11 @@ <table border="0" cellpadding="0" cellspacing="0" height="65"> <tr height="65"> <td rowspan="2"> - <img src="images/gbar.gif" border="0"/> + <!-- + | Purists will probably cry "html hack", but without it + | the footer looks absolutely terrible on Netscape. + --> + <img src="images/gbar.gif" width="432" height="79"/> </td> <td rowspan="2" background="images/gbar.gif" width="100%" align="right" valign="top"> <a> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
