From 3c6b93786edcd1e758577db73f23391643f4bc1f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 14:19:44 +0000 Subject: [PATCH] Augmentation taille des polices des boites --- htdocs/theme/yellow/yellow.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 3e1ecf57843..557fb9661b6 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -140,19 +140,19 @@ tr.impair tr.box_titre { background: #999966; - font-family: Helvetica, Verdana; font-size: 0.9em; font-weight: bold; + font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; } tr.box_pair { background: #dcdcb3; - font-family: Helvetica, Verdana; font-size: 0.8em; + font-family: Helvetica, Verdana; font-size: 0.9em; } tr.box_impair { background: #eeeecc; - font-family: Helvetica, Verdana; font-size: 0.8em; + font-family: Helvetica, Verdana; font-size: 0.9em; } tr.fiche