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

@@ -1266,6 +1266,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
{
@@ -1277,6 +1278,7 @@ th.liste_titre_sel, td.liste_titre_sel
font-weight: normal;
border-bottom: 1px solid #FDFFFF;
white-space: nowrap;
text-align: <?php echo $left; ?>;
}
input.liste_titre {
background: #7699A9;