From 4d2adeb1ba19c7fa759500e1421c7976bf72a558 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Fri, 27 May 2011 21:14:09 +0000
Subject: [PATCH] passer les arguments aux feuilles de style des plugins

---
 prive/themes/spip/style_prive.css.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prive/themes/spip/style_prive.css.html b/prive/themes/spip/style_prive.css.html
index 99bf35c3f0..5730fefc55 100644
--- a/prive/themes/spip/style_prive.css.html
+++ b/prive/themes/spip/style_prive.css.html
@@ -49,7 +49,7 @@ Valeurs par defaut :
 
 <BOUCLE_cssplugins(POUR){tableau #VAL{prive/}|find_all_in_path{/style_prive_plugin_}}>
 	#SET{fond,prive/#VALEUR|basename{'.html'}}
-	[(#INCLURE{fond=#GET{fond},env,couleur_claire,couleur_foncee,lang,ltr})]
+	[(#INCLURE{fond=#GET{fond},env,couleur_claire,couleur_foncee,lang,ltr,claire=#GET{claire},foncee=#GET{foncee},left=#GET{left},right=#GET{right},rtl=#GET{rtl},dir=#GET{dir},font-size=#GET{font-size},line-height=#GET{line-height},margin-bottom=#GET{margin-bottom},text-indent=#GET{text-indent},font-family=#GET{font-family},background-color=#GET{background-color},color=#GET{color}})]
 </BOUCLE_cssplugins>
 
 /**** Plugins fin ***/
-- 
GitLab