[Jarspy-commits] CVS: JarSpy-htdocs jarspy.php,1.8,1.9
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-04-17 00:32:50
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv7627 Modified Files: jarspy.php Log Message: fix background of table Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** jarspy.php 17 Apr 2003 00:30:06 -0000 1.8 --- jarspy.php 17 Apr 2003 00:32:46 -0000 1.9 *************** *** 9,13 **** <body> ! <table width="30%" border="1" bgcolor="#efefef" style="margin-right:0; margin-left:auto"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> --- 9,13 ---- <body> ! <table width="30%" border="1" style="margin-right:0; margin-left:auto; background-color:#efefef"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> |