From caa554072eeee3c0f74e74f387a6169c1ade0488 Mon Sep 17 00:00:00 2001
From: Antoine Pitrou <pitrou@free.fr>
Date: Sun, 28 Dec 2003 19:15:50 +0000
Subject: [PATCH] bug de l'affichage "texte seulement" (beatnick)

---
 ecrire/spip_style.php3 | 4 ++--
 ecrire/synchro.php3    | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3
index ec999e6be0..31afa2812d 100644
--- a/ecrire/spip_style.php3
+++ b/ecrire/spip_style.php3
@@ -356,9 +356,9 @@ a.cellule-h-texte {
 	display: block;
 	clear: both;
 	text-align: <?php echo $left; ?>;
-	font-family: Verdana, Arial, Sans, sans-serif;
+	font-family: Trebuchet Sans MS, Arial, Sans, sans-serif;
 	font-weight: bold;
-	font-size: 9px;
+	font-size: 11px;
 	color: #606060;
 	padding: 4px;
 	margin: 3px;
diff --git a/ecrire/synchro.php3 b/ecrire/synchro.php3
index b5d822b43d..66ad61b5f8 100644
--- a/ecrire/synchro.php3
+++ b/ecrire/synchro.php3
@@ -88,6 +88,7 @@ function afficher_liens_calendrier($lien, $icone, $texte) {
 		$webcal = ereg_replace("https?://", "webcal://", $adresse_site);
 		icone_horizontale (_T('ical_methode_webcal'), "$webcal/$lien", "calendrier-24.gif");
 	echo "</div>";
+	echo "<div style='clear:both;'></div>\n";
 	echo fin_cadre_enfonce();
 }
 
-- 
GitLab