Mercurial > getan
changeset 156:917ebd951741
Add color for the project_key in the project list
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 06 Dec 2012 14:52:20 +0100 |
parents | 497ed1991e85 |
children | 4553b724c57e |
files | getan/view.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/view.py Thu Dec 06 13:14:22 2012 +0100 +++ b/getan/view.py Thu Dec 06 14:52:20 2012 +0100 @@ -388,6 +388,7 @@ ('footer', 'yellow', 'dark blue'), ('entry_footer', 'white', 'dark blue'), ('project_footer', 'white', 'dark blue'), + ('project_key', 'black', 'dark cyan'), ('body', 'white', 'black'), ('entry body', 'white', 'dark blue'), ('entries', 'white', 'black'),