stas        02/02/02 22:51:35

  Modified:    tmpl/custom/html wrap_box
  Log:
  - more space on the left before the menu items
  - reformat the template
  
  Revision  Changes    Path
  1.3       +6 -6      modperl-docs/tmpl/custom/html/wrap_box
  
  Index: wrap_box
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/wrap_box,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- wrap_box  3 Feb 2002 06:27:01 -0000       1.2
  +++ wrap_box  3 Feb 2002 06:51:35 -0000       1.3
  @@ -2,11 +2,11 @@
       # ARGS: title, content
   
   -%]
  -<table class="table-surround" width=150 cellspacing=1 cellpadding=3>
  -  <tr><th class="table-top" align="center">[% title %]</th></tr>
  -    <tr><td class="table-cell">
  -
  -      [%- content %]
  -    </td>
  +<table class="table-surround" width=150 cellspacing=1 cellpadding=5>
  +  <tr>
  +    <th class="table-top" align="center">[% title %]</th>
  +  </tr>
  +  <tr>
  +    <td class="table-cell">[% content %]</td>
     </tr>
   </table>
  
  
  

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

Reply via email to