You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/02/09 21:54:47 UTC

cvs commit: xml-cocoon/skins/xml.apache.org/stylesheets document2html.xsl

stefano     00/02/09 12:54:47

  Modified:    skins/xml.apache.org/stylesheets document2html.xsl
  Log:
  small fix
  
  Revision  Changes    Path
  1.5       +2 -2      xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/skins/xml.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- document2html.xsl	2000/01/27 11:47:53	1.4
  +++ document2html.xsl	2000/02/09 20:54:47	1.5
  @@ -175,7 +175,7 @@
           <td width="9" height="12" valign="top" align="left"><img src="resources/bar-bottom-right.gif" width="9" height="12" vspace="0" hspace="0" border="0"/></td>
         </tr>
        </table>
  -     <table border="0" width="100%" cellspacing="0" cellpadding="0">
  +     <table border="0" width="98%" cellspacing="0" cellpadding="0">
         <tr>
          <td>
           <font face="arial,helvetica,sanserif" color="#000000"><xsl:apply-templates/></font>
  @@ -274,7 +274,7 @@
           <td width="9" height="12" valign="top" align="left"><img src="resources/bar-bottom-right.gif" width="9" height="12" vspace="0" hspace="0" border="0"/></td>
         </tr>
        </table>
  -     <table border="0" width="90%" cellspacing="0" cellpadding="0">
  +     <table border="0" width="85%" cellspacing="0" cellpadding="0">
         <tr>
          <td>
           <font size="-3" face="arial,helvetica,sanserif" color="#000000"><xsl:apply-templates/></font>