You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/02 13:40:16 UTC

cvs commit: jakarta-avalon/src/documentation/stylesheets docbook2body.xsl

hammant     02/04/02 03:40:16

  Modified:    src/documentation/stylesheets docbook2body.xsl
  Log:
  Changes header now blue too.
  
  Revision  Changes    Path
  1.9       +8 -11     jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl
  
  Index: docbook2body.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/documentation/stylesheets/docbook2body.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- docbook2body.xsl	2 Apr 2002 11:21:10 -0000	1.8
  +++ docbook2body.xsl	2 Apr 2002 11:40:16 -0000	1.9
  @@ -7,11 +7,10 @@
       <body>
         <title><xsl:value-of select="title"/></title>
         <center>
  -        <table width="80%">
  +        <table width="100%">
             <tr>
  -            <td bgcolor="#F3DD61">
  -              <br/><center><b><font color="#000000" face="arial,helvetica,sanserif"><xsl:value-of select="title"/><xsl:if test="subtitle"><xsl:text>: </xsl:text><xsl:value-of select="subtitle"/></xsl:if></font></b></center>
  -              <br/>
  +            <td bgcolor="#99aabb">
  +              <center><b><font size="+2" color="#000000" face="arial,helvetica,sanserif"><xsl:value-of select="title"/><xsl:if test="subtitle"><xsl:text>: </xsl:text><xsl:value-of select="subtitle"/></xsl:if></font></b></center>
               </td>
             </tr>
           </table>
  @@ -77,9 +76,8 @@
         <center>
           <table width="80%">
             <tr>
  -            <td bgcolor="#F3DD61">
  -              <br/><center><b><font color="#000000" face="arial,helvetica,sanserif"><xsl:text>Author: </xsl:text><xsl:value-of select="honorific"/><xsl:text>. </xsl:text><xsl:value-of select="firstname"/><xsl:text> </xsl:text><xsl:value-of select="surname"/></font></b></center>
  -              <br/>
  +            <td bgcolor="#99aabb">
  +              <center><b><font size="+2" color="#000000" face="arial,helvetica,sanserif"><xsl:text>Author: </xsl:text><xsl:value-of select="honorific"/><xsl:text>. </xsl:text><xsl:value-of select="firstname"/><xsl:text> </xsl:text><xsl:value-of select="surname"/></font></b></center>              
               </td>
             </tr>
           </table>
  @@ -141,11 +139,10 @@
       <body>
         <title>Revision History</title>
         <center>
  -        <table width="80%">
  +        <table width="100%">
             <tr>
  -            <td bgcolor="#F3DD61">
  -              <br/><center><b><font color="#000000" face="arial,helvetica,sanserif">Revision History</font></b></center>
  -              <br/>
  +            <td bgcolor="#99aabb">
  +              <center><b><font size="+2" color="#000000" face="arial,helvetica,sanserif">Revision History</font></b></center>
               </td>
             </tr>
           </table>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>