You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/02/22 10:36:51 UTC

cvs commit: modperl-docs/tmpl/custom/html navbar_local_bottom navbar_local_top

stas        02/02/22 01:36:51

  Modified:    tmpl/custom/html navbar_local_bottom navbar_local_top
  Log:
  - prevent wrapping of the elements inside <td>'s
  
  Revision  Changes    Path
  1.4       +2 -2      modperl-docs/tmpl/custom/html/navbar_local_bottom
  
  Index: navbar_local_bottom
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_bottom,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navbar_local_bottom	21 Feb 2002 08:55:18 -0000	1.3
  +++ navbar_local_bottom	22 Feb 2002 09:36:51 -0000	1.4
  @@ -5,10 +5,10 @@
   %]
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr>
  -        <td align="left" width="50%">
  +        <td align="left" width="50%" nowrap>
               [% INCLUDE top_link %]
           </td>
  -        <td align="right" width="50%">
  +        <td align="right" width="50%" nowrap>
               [% INCLUDE prev_next_link %]
           </td>
       </tr>
  
  
  
  1.6       +3 -3      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navbar_local_top	21 Feb 2002 08:55:18 -0000	1.5
  +++ navbar_local_top	22 Feb 2002 09:36:51 -0000	1.6
  @@ -5,13 +5,13 @@
   %]
   <table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr valign="middle">
  -        <td align="left" width="33%">
  +        <td align="left" width="33%" nowrap>
               [% INCLUDE search %]
           </td>
  -        <td align="center" class="download" width="33%">
  +        <td align="center" class="download" width="33%" nowrap>
               [% INCLUDE download_link %]
           </td>
  -        <td align="right" width="33%">
  +        <td align="right" width="33%" nowrap>
               [% INCLUDE prev_next_link %]
           </td>
       </tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org