SVN: toys/stbr/index.php
sparky
sparky at pld-linux.org
Thu May 17 13:10:39 CEST 2007
Author: sparky
Date: Thu May 17 13:10:34 2007
New Revision: 8591
Modified:
toys/stbr/index.php
Log:
- there is no tag <u> in XHTML 1.1 (it's called <ins>),
but use CSS luke
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 13:10:34 2007
@@ -45,6 +45,9 @@
.sender {
width: 80px;
}
+.appInfoHead td {
+ text-decoration: underline;
+}
div#logoPLD {
text-align: right;
}
@@ -216,12 +219,12 @@
</tr>
</thead>
<tbody>
-<tr>
+<tr class="appInfoHead">
<td colspan="2"></td>
-<td class="spec"><u>spec</u></td>
-<td class="recip"><u>recipient</u></td>
-<td class="builder"><u>builder</u></td>
-<td class="status"><u>queue status</u></td>
+<td class="spec">spec</td>
+<td class="recip">recipient</td>
+<td class="builder">builder</td>
+<td class="status">queue status</td>
</tr>
<!-- <tbody id="dataTable"> -->
More information about the pld-cvs-commit
mailing list