Ajout d'un style small pour les TD

This commit is contained in:
Rodolphe Quiedeville 2003-03-12 16:39:30 +00:00
parent 7d036367f4
commit 45e415638c

View File

@ -155,4 +155,9 @@ td.valid
{
background: pink;
font-weight: bold;
}
}
td.small
{
font-size: 0.8em;
}