From 4a1bf5c40ee00ba5d30f67bae3ddda5da48f5730 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 6 Mar 2006 10:01:17 +0000
Subject: [PATCH] =?UTF-8?q?"font-size:=20small;";=20a=CC=80=20croire=20que?=
 =?UTF-8?q?=20coder=20du=20PHP=20c'est=20bon=20pour=20les=20yeux=20:-))?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/exec/articles.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/exec/articles.php b/ecrire/exec/articles.php
index 140b2b1309..a8a94a50ae 100644
--- a/ecrire/exec/articles.php
+++ b/ecrire/exec/articles.php
@@ -1265,12 +1265,12 @@ function afficher_corps_articles($virtuel, $chapo, $texte, $ps,  $extra)
 		$revision_nbsp = $activer_revision_nbsp;
 
 		if (strlen($chapo) > 0) {
-			echo "<div $dir_lang style='font-size: small;'><b>";
+			echo "<div $dir_lang><b>";
 			echo propre($chapo);
 			echo "</b></div>\n\n";
 		}
 
-		echo "<div $dir_lang style='font-size: small;'>";
+		echo "<div $dir_lang>";
 #	echo reduire_image(propre($texte), 500,10000);
 		echo propre($texte);
 		echo "<br clear='both' />";
@@ -1278,7 +1278,7 @@ function afficher_corps_articles($virtuel, $chapo, $texte, $ps,  $extra)
 
 		if ($ps) {
 			echo debut_cadre_enfonce();
-			echo "<div $dir_lang><font size=2 face='Verdana,Arial,Sans,sans-serif'>";
+			echo "<div $dir_lang><font style='font-family:Verdana,Arial,Sans,sans-serif; font-size: small;'>";
 			echo justifier("<b>"._T('info_ps')."</b> ".propre($ps));
 			echo "</font></div>";
 			echo fin_cadre_enfonce();
-- 
GitLab