diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-11-07 05:38:45 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-11-07 05:38:45 +0000 |
commit | fdfd8bc9b76b364be264c8763205e4f2310c0198 (patch) | |
tree | 4505adb663661adb0475644595e01b306f698590 | |
parent | 79fa33e74c4cff069dec15bab747959631006616 (diff) | |
download | pfsense-fdfd8bc9b76b364be264c8763205e4f2310c0198.zip pfsense-fdfd8bc9b76b364be264c8763205e4f2310c0198.tar.gz |
do not hard code the size of the image.
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index ddca604..4061754 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -29,7 +29,7 @@ function showhide(tspan, tri) { </script> <table width="750" border="0" cellspacing="0" cellpadding="2"> <tr valign="bottom"> - <td width="150" height="65" align="center" valign="middle"> <strong><a href="/" target="_blank"><img src="/logo.gif" width="150" height="47" border="0"></a></strong></td> + <td width="150" height="65" align="center" valign="middle"> <strong><a href="/" target="_blank"><img src="/logo.gif" border="0"></a></strong></td> <td height="65" bgcolor="#7F3B00"> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr><td align="left" valign="bottom"><span class="tfrtitle"> webConfigurator</span></td> |