Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 734:a55c0622dced
Added note to MIGRATION about new config vars.
Also made us more resilient for upgraders. Reinstated list header
style (oops)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 22 May 2002 01:24:51 +0000 |
| parents | 65234f56b250 |
| children | 1af6aa4e1023 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Wed May 22 00:32:34 2002 +0000 +++ b/roundup/templates/classic/html/style.css Wed May 22 01:24:51 2002 +0000 @@ -59,6 +59,12 @@ color: #ffffff; } +.list-header { + background-color: #aaccff; + color: #000000; + border: none; +} + .row-normal { background-color: #ffffff; border: none;
