Skip to content

Commit

Permalink
Improvements in appearance for Netscape browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 12, 2002
1 parent 81b635c commit 9769da6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion theme/standard/header.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardblue/header.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardgreen/header.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardlogo/header.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardred/header.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down

0 comments on commit 9769da6

Please sign in to comment.