You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2004/10/03 15:07:36 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs tomcat-docs.xsl

funkman     2004/10/03 06:07:36

  Modified:    webapps/docs tomcat-docs.xsl
  Log:
  Allow word wrapping on the title to get rid of the horizontal scrolls.
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-tomcat-catalina/webapps/docs/tomcat-docs.xsl
  
  Index: tomcat-docs.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/tomcat-docs.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tomcat-docs.xsl	23 Sep 2004 06:55:25 -0000	1.8
  +++ tomcat-docs.xsl	3 Oct 2004 13:07:36 -0000	1.9
  @@ -115,7 +115,7 @@
           <td width="80%" valign="top" align="left">
             <table border="0" width="100%" cellspacing="4">
               <tr>
  -              <td align="left" valign="top" nowrap="true">
  +              <td align="left" valign="top">
                   <h1><xsl:value-of select="project/title"/></h1>
                   <h2><xsl:value-of select="properties/title"/></h2>
                 </td>
  
  
  

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