[Jarspy-commits] CVS: JarSpy-htdocs jarspy.php,1.11,1.12
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-04-29 01:47:05
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv30437 Modified Files: jarspy.php Log Message: added align attribute to meerkat table Index: jarspy.php =================================================================== RCS file: /cvsroot/jarspy/JarSpy-htdocs/jarspy.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** jarspy.php 17 Apr 2003 00:38:52 -0000 1.11 --- jarspy.php 29 Apr 2003 01:47:00 -0000 1.12 *************** *** 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> --- 9,13 ---- <body> ! <table width="30%" border="1" style="align:right; margin-right:0; margin-left:auto; background-color:#efefef"> <tr> <td align="center"><div class="meerkatTitle">Java News From O'Reilly</div></td> |