You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/03/02 02:28:52 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/xdocs/stylesheets templates.vm

donaldp     02/03/01 17:28:52

  Modified:    proposal/myrmidon/src/xdocs/stylesheets templates.vm
  Log:
  Put project name on RHS of banner
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-ant/proposal/myrmidon/src/xdocs/stylesheets/templates.vm
  
  Index: templates.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/stylesheets/templates.vm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- templates.vm	3 Feb 2002 07:14:48 -0000	1.1
  +++ templates.vm	2 Mar 2002 01:28:52 -0000	1.2
  @@ -161,7 +161,8 @@
         <table border="0" width="100%" cellspacing="0">
           <!-- TOP IMAGE -->
           <tr>
  -          #getProjectImage()
  +          <td>#getProjectImage()</td>
  +          <td valign="bottom"><div align="right"><b><font size="+3" color="$bannerbg">$project.getChild("title").getText()</font></b></div></td>
           </tr>
         </table>
         <table border="0" width="100%" cellspacing="4">
  
  
  

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