From 09516e4822cbef88aa746c55e89d7893070eddc0 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Tue, 17 Apr 2007 21:05:55 +0000
Subject: [PATCH] "100px pas 100%, et tant qu'a faire mettons un div au lieu
 d'une table !"

---
 ecrire/inc/presentation.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index f422d9be28..d6fd4b2cae 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -1426,7 +1426,7 @@ function onglet($texte, $lien, $onglet_ref, $onglet, $icone=""){
 
 // http://doc.spip.org/@icone
 function icone($texte, $lien, $fond, $fonction="", $align="", $echo=false){
-	$retour = "<table style='padding-top: 20px; width: 100%'><tr><td class='icone36'>" . icone_inline($texte, $lien, $fond, $fonction, $align) . "</td></tr></table>";
+	$retour = "<div style='padding-top: 20px;width:100px' class='icone36'>" . icone_inline($texte, $lien, $fond, $fonction, $align) . "</div>";
 	if ($echo) echo $retour; else return $retour;
 }
 
-- 
GitLab