summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-06-20 16:09:13 -0700
committerIvan Kohler <ivan@freeside.biz>2012-06-20 16:09:13 -0700
commitbccfbf5a97b3e5572fd6e68f1a9ed74ceebe39c4 (patch)
treead4763bde8d4eca4412ef0f3a12416b37f91528b /httemplate
parentd68fea37d5d37d1e40fde18fbaca503c1ab3be87 (diff)
make the brand-agent company_url link bigger, RT#18213
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/docs/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index 0d3848b65..33b21a3ad 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -10,7 +10,7 @@
% my $url = $conf->config('company_url', $agentnum);
% if ( $url ) {
<BR><BR>
- <A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A>
+ <FONT SIZE="+1"><A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A></FONT>
% }
% } else {