summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>