cmlenz      2003/01/18 05:02:40

  Modified:    documentation/docs/skins/jakarta.apache.org/stylesheets
                        document2html.xsl
  Log:
  Remove right-alignment for inline images
  
  Revision  Changes    Path
  1.18      +2 -2      
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- document2html.xsl 15 Jan 2003 22:28:29 -0000      1.17
  +++ document2html.xsl 18 Jan 2003 13:02:40 -0000      1.18
  @@ -635,7 +635,7 @@
     </xsl:template>
    
     <xsl:template match="img">
  -    <img alt="{@alt}" border="0" vspace="4" hspace="4" align="right">
  +    <img alt="{@alt}" border="0" vspace="4" hspace="4">
         <xsl:attribute name="src">
           <xsl:call-template name="get-base-directory"/>
           <xsl:value-of select="@src"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to