SVN: toys/stbr/index.php

vip vip at pld-linux.org
Tue May 15 00:45:34 CEST 2007


Author: vip
Date: Tue May 15 00:45:27 2007
New Revision: 8538

Modified:
   toys/stbr/index.php
Log:
- center h2


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Tue May 15 00:45:27 2007
@@ -9,6 +9,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
 <style type="text/css">
+h2 { text-align: center; }
 body, td { font-family: Verdana; font-size: 9pt }
 table { border-collapse: collapse }
 td { padding: 6px 15px; border-bottom: 1px solid #ebebe4 }
@@ -46,21 +47,23 @@
 <table>
 <thead>
 <tr>
-<td>Date</a></td>
-<td>Requester</a></td>
-<td>Application info</a></td>
+<td><div align="center">Date</div></a></td>
+<td><div align="center">Requester</div></a></td>
+<td><div align="center">Application info</div></a></td>
 </tr>
 </thead>
 <tbody id="dataTable">
 
-<tr><td></td><td></td><td>
+<tr><td></td><td></td><td align="center">
 
 <table>
+<thead>
 <tr>
 <td width="150px">spec</td>
 <td width="200px">recipient</td>
 <td width="150px">builder</td>
 </tr>
+</thead>
 </table>
 
 


More information about the pld-cvs-commit mailing list