summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-03-22 19:03:03 +0000
committerivan <ivan>2004-03-22 19:03:03 +0000
commita7319715290dccc7beb414de8d2de24230278a13 (patch)
treec1773c410d08127c31879ffe596f1ee90248f0a9
parent1dc993241b373c27f019db21fdfea6a6466a3b45 (diff)
consistant title size of 6
-rw-r--r--FS/FS/CGI.pm2
-rw-r--r--httemplate/elements/header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index 6aca83f..a328629 100644
--- a/FS/FS/CGI.pm
+++ b/FS/FS/CGI.pm
@@ -61,7 +61,7 @@ sub header {
<META HTTP-Equiv="Expires" Content="0">
</HEAD>
<BODY BGCOLOR="#e8e8e8"$etc>
- <FONT SIZE=5>
+ <FONT SIZE=6>
$title
</FONT>
<BR><BR>
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html
index 581bbab..1d7bf09 100644
--- a/httemplate/elements/header.html
+++ b/httemplate/elements/header.html
@@ -12,7 +12,7 @@
<META HTTP-Equiv="Expires" Content="0">
</HEAD>
<BODY BGCOLOR="#e8e8e8"<%= $etc %>>
- <FONT SIZE=7>
+ <FONT SIZE=6>
<%= $title %>
</FONT>
<BR><BR>