Utilisation du style liste_total pour les totaux.

This commit is contained in:
Laurent Destailleur
2005-05-03 00:57:27 +00:00
parent 459e1a60c2
commit 02591ee6dc
6 changed files with 141 additions and 99 deletions

View File

@@ -376,21 +376,32 @@ div.titre {
*
*/
tr.liste_titre {
background: #cacaca;
border: 1px solid #000000;
font-weight: bold;
text-decoration: none;
white-space: nowrap }
background: #cacaca;
border: 1px solid #000000;
font-weight: bold;
text-decoration: none;
white-space: nowrap
}
tr.liste_total {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
border-top: 1px solid #888888;
}
tr.pair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none }
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none
}
tr.impair {
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none }
background: #dfdfdf;
border-bottom: 1px solid #000000;
text-decoration: none
}
/*
*
*/