Cosmetic fixes to page headers -- center the top bar. It looked

pretty hideous if the display was wider than the graphic.
Fix a couple things that looked less than stunning when viewed with Lynx.
This commit is contained in:
John Fieber 1996-10-06 03:49:09 +00:00
parent 63f3fa9182
commit ba67687523
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=575
12 changed files with 36 additions and 43 deletions

View file

@ -1,4 +1,4 @@
# $Id: cgi-style.pl,v 1.5 1996-09-29 02:34:13 jfieber Exp $
# $Id: cgi-style.pl,v 1.6 1996-10-06 03:49:03 jfieber Exp $
#
# Perl routines to encapsulate various elements of HTML page style.
@ -29,7 +29,7 @@ sub html_header {
return "Content-type: text/html\n\n" .
"<html>\n<title>$title</title>\n</head>\n$t_body\n" .
"<img src=\"$hsty_base/gifs/topbar.gif\" alt=\"\">" .
"<center><img src=\"$hsty_base/gifs/topbar.gif\" alt=\"\"></center>" .
"$i_daemon <h1 align=right>$title</h1><br clear=all><hr noshade>\n";
}