stas 02/03/04 22:43:54 Modified: tmpl/custom/html navbar_local_top Log: - bigger gap from the title bar - valign=top all the elements of the bar Revision Changes Path 1.9 +4 -4 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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- navbar_local_top 5 Mar 2002 05:05:26 -0000 1.8 +++ navbar_local_top 5 Mar 2002 06:43:54 -0000 1.9 @@ -5,16 +5,16 @@ %] <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> - <td colspan="3" height="3"><br class="smallbr"></td> + <td colspan="3" height="6"><br class="smallbr"></td> </tr> <tr valign="middle"> - <td align="left" width="33%" nowrap> + <td align="left" valign="top" width="33%" nowrap> [% INCLUDE search %] </td> - <td align="center" class="download" width="33%" nowrap> + <td align="center" valign="top" class="download" width="33%" nowrap> [% INCLUDE download_link %] </td> - <td align="right" width="33%" nowrap> + <td align="right" valign="top" width="33%" nowrap> [% INCLUDE prev_next_link %] </td> </tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]