hgomez      2002/09/09 02:15:15

  Modified:    jk/xdocs style.xsl.in
  Log:
  Fixe left align with IE 6.x
  
  Revision  Changes    Path
  1.8       +5 -5      jakarta-tomcat-connectors/jk/xdocs/style.xsl.in
  
  Index: style.xsl.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- style.xsl.in      5 Sep 2002 08:39:26 -0000       1.7
  +++ style.xsl.in      9 Sep 2002 09:15:15 -0000       1.8
  @@ -85,7 +85,7 @@
             </tr>
   
             <!--
  -            Our first row contains the Jakarta and the WebApp logos.
  +            Our first row contains the Jakarta and the JK logos.
             -->
             <tr>
               <td bgcolor="{$body-bg}" class="logo" colspan="2" width="*">
  @@ -324,7 +324,7 @@
     </xsl:template>
   
     <xsl:template match="th">
  -    <td bgcolor="{$table-th-bg}" valign="top">
  +    <td bgcolor="{$table-th-bg}" valign="top" align="middle">
           <xsl:if test="@colspan">
               <xsl:attribute name="colspan">
               <xsl:value-of select="@colspan"/>
  @@ -359,7 +359,7 @@
         <div align="center">
           <table width="80%" border="1" cellspacing="0" cellpadding="2" 
bgcolor="#cccccc">
             <tr>
  -            <td bgcolor="#cccccc">
  +            <td bgcolor="#cccccc" align="left">
                 <xsl:apply-templates select="note|wait|type|typenext|read"/>
               </td>
             </tr>
  @@ -373,7 +373,7 @@
         <div align="center">
           <table width="80%" border="1" cellspacing="0" cellpadding="2" 
bgcolor="#000000">
             <tr>
  -            <td bgcolor="#000000">
  +            <td bgcolor="#000000" align="left">
                 <xsl:apply-templates 
select="notedos|waitdos|typedos|typedosnext|readdos"/>
               </td>
             </tr>
  @@ -387,7 +387,7 @@
         <div align="center">
           <table width="80%" border="1" cellspacing="0" cellpadding="2" 
bgcolor="#000000">
             <tr>
  -            <td bgcolor="#000000">
  +            <td bgcolor="#000000" align="left">
                 <xsl:apply-templates 
select="note5250|wait5250|type5250|type5250next|read5250"/>
               </td>
             </tr>
  
  
  

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

Reply via email to