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