Black fonts for out-of-date rows in search results (fixes FS#20514).

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-01-20 20:34:25 +01:00
parent 517ac744b2
commit 0bb2a7b514

View file

@ -65,6 +65,8 @@ span.warning /* Content Text */
.white { color: #fff; }
.black { color: #000; }
.green { color: #6db06d; }
/* Better contrast on out-of-date rows (FS#20514) */
.outofdate .blue { color: #444; }
.link
{
color: #6c83b0;