[wiki-lenny] macro d'autostatus en *noir*

darcs-hash:20090403175934-bd074-2b4d26af4ba32148746ddd28f25946a98c1c515e.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-04-03 19:59:34 +02:00
parent 4e546ed98c
commit d207ba7e7c
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ def Cellule(texte, couleur, f) :
"""
code = f.table(1)
code += f.table_row(1)
code += f.table_cell(1,{'style':'background-color:%s' % couleur })
code += f.table_cell(1,{'style':'background-color:%s; color: black;' % couleur })
code += f.text(texte)
code += f.table_cell(0)
code += f.table_row(0)