diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 16:09:13 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-20 16:09:13 -0700 |
| commit | 55705b162b7548c0362a435abdadaee7b81b169d (patch) | |
| tree | 8e6d43cd5b471d715df47b395341fd24cbf94b8f | |
| parent | 82a992ba9746a0e603b217c97bc3f85f732b6b28 (diff) | |
make the brand-agent company_url link bigger, RT#18213
| -rw-r--r-- | httemplate/docs/about.html | 2 |
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 { |
