You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by cj...@apache.org on 2001/05/03 11:54:27 UTC

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

cjolif      01/05/03 02:54:27

  Modified:    xdocs/skins/xml.apache.org/stylesheets document2html.xsl
  Log:
  slightly reduce the percentage taken by s2/s3 & s4 sections.
  this allows source block to not be too wide for these sections otherwise
  there is a bad indentation (cocoon have made the same modification)
  on document2html.xsl
  
  Revision  Changes    Path
  1.3       +6 -6      xml-batik/xdocs/skins/xml.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: /home/cvs/xml-batik/xdocs/skins/xml.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- document2html.xsl	2000/11/06 01:22:57	1.2
  +++ document2html.xsl	2001/05/03 09:54:26	1.3
  @@ -188,7 +188,7 @@
   
     <xsl:template match="s2">
      <div align="right">
  -    <table border="0" width="95%" cellspacing="0" cellpadding="0">
  +    <table border="0" width="96%" cellspacing="0" cellpadding="0">
         <tr>
           <td width="9" height="7" valign="bottom" align="right"><img src="resources/bar-top-left.gif" width="9" height="7" vspace="0" hspace="0" border="0"/></td>
           <td background="resources/bar-border-top.gif"><img src="resources/void.gif" width="1" height="5" vspace="0" hspace="0" border="0"/></td>
  @@ -208,7 +208,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="95%" cellspacing="0" cellpadding="0">
  +     <table border="0" width="96%" cellspacing="0" cellpadding="0">
         <tr>
          <td>
           <font face="arial,helvetica,sanserif" color="#000000"><xsl:apply-templates/></font>
  @@ -221,7 +221,7 @@
   
     <xsl:template match="s3">
      <div align="right">
  -    <table border="0" width="90%" cellspacing="0" cellpadding="0">
  +    <table border="0" width="94%" cellspacing="0" cellpadding="0">
         <tr>
           <td width="9" height="7" valign="bottom" align="right"><img src="resources/bar-top-left.gif" width="9" height="7" vspace="0" hspace="0" border="0"/></td>
           <td background="resources/bar-border-top.gif"><img src="resources/void.gif" width="1" height="5" vspace="0" hspace="0" border="0"/></td>
  @@ -241,7 +241,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="94%" cellspacing="0" cellpadding="0">
         <tr>
          <td>
           <font face="arial,helvetica,sanserif" color="#000000"><xsl:apply-templates/></font>
  @@ -254,7 +254,7 @@
   
     <xsl:template match="s4">
      <div align="right">
  -    <table border="0" width="85%" cellspacing="0" cellpadding="0">
  +    <table border="0" width="92%" cellspacing="0" cellpadding="0">
         <tr>
           <td width="9" height="7" valign="bottom" align="right"><img src="resources/bar-top-left.gif" width="9" height="7" vspace="0" hspace="0" border="0"/></td>
           <td background="resources/bar-border-top.gif"><img src="resources/void.gif" width="1" height="5" vspace="0" hspace="0" border="0"/></td>
  @@ -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="85%" cellspacing="0" cellpadding="0">
  +     <table border="0" width="92%" cellspacing="0" cellpadding="0">
         <tr>
          <td>
           <font face="arial,helvetica,sanserif" color="#000000"><xsl:apply-templates/></font>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org