New: Always use th for table head

This commit is contained in:
Laurent Destailleur
2011-09-02 22:16:17 +00:00
parent 269fa5742c
commit 6d6dbf4e9b
5 changed files with 12 additions and 3 deletions

View File

@@ -1248,6 +1248,7 @@ th.liste_titre, td.liste_titre
font-weight: normal;
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
th.liste_titre_sel, td.liste_titre_sel
{
@@ -1260,6 +1261,7 @@ th.liste_titre_sel, td.liste_titre_sel
/* text-decoration: underline; */
/* border-bottom: 1px solid #FDFFFF; */
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
input.liste_titre {
background: transparent;