stas        02/03/04 21:05:26

  Modified:    src      style.css
               tmpl/custom/html navbar_local_top title
  Log:
  * navbar_local_top
  inserted a new table row with the height of 3px
  
  * title
  removed <br class="medbr">
  
  * style.css
  removed .medbr completely as it is not used anymore
  
  Submitted by: allan
  Reviewed by:  stas
  
  Revision  Changes    Path
  1.38      +0 -6      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- style.css 4 Mar 2002 15:55:14 -0000       1.37
  +++ style.css 5 Mar 2002 05:05:26 -0000       1.38
  @@ -282,10 +282,4 @@
       line-height: 1px;
   }
   
  -.medbr {
  -    font-family: helvetica, arial, verdana, sans-serif;
  -    font-size: 8px;
  -    line-height: 8px;
  -}
  -
   .hr { height: 1px; }
  
  
  
  1.8       +3 -0      modperl-docs/tmpl/custom/html/navbar_local_top
  
  Index: navbar_local_top
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_top,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navbar_local_top  28 Feb 2002 04:13:47 -0000      1.7
  +++ navbar_local_top  5 Mar 2002 05:05:26 -0000       1.8
  @@ -4,6 +4,9 @@
      # rel_doc_root - relative docs path
   %]
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
  +    <tr>
  +        <td colspan="3" height="3"><br class="smallbr"></td>
  +    </tr>
       <tr valign="middle">
           <td align="left" width="33%" nowrap>
               [% INCLUDE search %]
  
  
  
  1.6       +0 -1      modperl-docs/tmpl/custom/html/title
  
  Index: title
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/title,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- title     22 Feb 2002 08:19:52 -0000      1.5
  +++ title     5 Mar 2002 05:05:26 -0000       1.6
  @@ -11,4 +11,3 @@
       </tr>
   [% END %]
   </table>
  -<br class="medbr">
  \ No newline at end of file
  
  
  

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

Reply via email to