Mercurial > moin > 1.9
changeset 5292:65276fd92460
macro HighlighterList: defined background color for column header
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Mon, 16 Nov 2009 12:23:28 +0100 |
parents | 14575ba5aeef |
children | 14863ba96c46 |
files | MoinMoin/macro/HighlighterList.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/macro/HighlighterList.py Mon Nov 16 12:47:22 2009 +0300 +++ b/MoinMoin/macro/HighlighterList.py Mon Nov 16 12:23:28 2009 +0100 @@ -93,7 +93,7 @@ #table header ret.extend([ f.table(1), - f.table_row(1), + f.table_row(1, style="background-color: #ffffcc"), ]) for col in columns: ret.extend([