|
From: <v9...@us...> - 2003-10-05 00:30:55
|
Update of /cvsroot/zoomstats/www/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv1946
Modified Files:
header.php
Log Message:
Removed that _HORRIBLE_ white space in the top square on /index.php, and now it doesn't rap every 10 characters in Internet Explorer and it looks much better
Index: header.php
===================================================================
RCS file: /cvsroot/zoomstats/www/htdocs/header.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** header.php 4 Jul 2003 16:02:46 -0000 1.12
--- header.php 5 Oct 2003 00:30:50 -0000 1.13
***************
*** 105,109 ****
<table cellpadding="1" cellspacing="0" border="0" width="96%" id="zoomtable" align="center">
<tbody><tr>
! <td width="310" valign="top" align="left" height="91"><font class="nf"><b>Welcome
to Zoomstats.org.</b></font><br />
<font class="sf"><br>ZoomStats is an Open Source Web Traffic Analyzer licensed under the GPL. If you want to know more about ZoomStats, be sure to check our <a href="/faq.php"><b>FAQ</b></a>.
--- 105,109 ----
<table cellpadding="1" cellspacing="0" border="0" width="96%" id="zoomtable" align="center">
<tbody><tr>
! <td width="80%" valign="top" align="left" height="51"><font class="nf"><b>Welcome
to Zoomstats.org.</b></font><br />
<font class="sf"><br>ZoomStats is an Open Source Web Traffic Analyzer licensed under the GPL. If you want to know more about ZoomStats, be sure to check our <a href="/faq.php"><b>FAQ</b></a>.
|