SVN: toys/stbr/index.php
vip
vip at pld-linux.org
Tue May 15 00:05:34 CEST 2007
Author: vip
Date: Tue May 15 00:05:21 2007
New Revision: 8537
Modified:
toys/stbr/index.php
Log:
- center table head
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Tue May 15 00:05:21 2007
@@ -52,7 +52,19 @@
</tr>
</thead>
<tbody id="dataTable">
-<tr><td></td><td></td><td><div align="center">spec / recipient / builder</div></td></tr>
+
+<tr><td></td><td></td><td>
+
+<table>
+<tr>
+<td width="150px">spec</td>
+<td width="200px">recipient</td>
+<td width="150px">builder</td>
+</tr>
+</table>
+
+
+</td></tr>
<?
$query = "SELECT * FROM stbr ORDER BY date DESC";
$query = sqlite_query($db, $query);
More information about the pld-cvs-commit
mailing list