From 45e415638c80c51015b54881cabc6af0c5d74837 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 12 Mar 2003 16:39:30 +0000 Subject: [PATCH] Ajout d'un style small pour les TD --- htdocs/theme/yellow/yellow.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index f9e48e16cc9..2ce197bdad3 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -155,4 +155,9 @@ td.valid { background: pink; font-weight: bold; - } \ No newline at end of file + } + +td.small +{ + font-size: 0.8em; + } \ No newline at end of file