From c25c014bbbfc7b40290db57edba5200f87c95238 Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Fri, 25 Jan 2008 13:32:21 +0000 Subject: [PATCH] =?UTF-8?q?Corrige=20#1237:=20un=20espace=20significatif?= =?UTF-8?q?=20mang=C3=A9=20par=20l'analyseur=20syntaxique;=20mais=20de=20q?= =?UTF-8?q?uand=20=C3=A7a=20date=20=C3=A7a=20=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/style_prive.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/style_prive.html b/dist/style_prive.html index 8d544f2416..7180d55747 100644 --- a/dist/style_prive.html +++ b/dist/style_prive.html @@ -494,11 +494,11 @@ div.titrem { display: block; padding-top: 6px; padding-bottom: 4px; background-r .blocreplie { display: none; } .blocdeplie { display: block; background: none; } -td.pense-bete, a.pense-bete { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi_bleu[(#ENV{ltr}|choixsiegal{#GET{left},'',_rtl})].gif) center #GET{left} no-repeat; padding-#GET{left}: 20px; } +td.pense-bete, a.pense-bete { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi_bleu[(#ENV{ltr}|choixsiegal{#GET{left},'',_rtl})].gif) center [(#GET{left})] no-repeat; padding-#GET{left}: 20px; } -td.annonce, a.annonce { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi_jaune[(#ENV{ltr}|choixsiegal{#GET{left},'',_rtl})].gif) center #GET{left} no-repeat; padding-#GET{left}: 20px; } +td.annonce, a.annonce { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi_jaune[(#ENV{ltr}|choixsiegal{#GET{left},'',_rtl})].gif) center [(#GET{left})] no-repeat; padding-#GET{left}: 20px; } -td.message, a.message { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi[(#ENV{ltr}|choixsiegal{#GET{left},'',_rtl})].gif) center #GET{left} no-repeat; padding-#GET{left}: 10px; } +td.message, a.message { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_envoi[(#ENV{ltr}|choixsiegal{#GET{left},'',_rtl})].gif) center [(#GET{left})] no-repeat; padding-#GET{left}: 10px; } .enfants ul { list-style: none; } -- GitLab