From da9d2b9e0db7a3c65a1a1945e82e724d04d7d631 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 3 Oct 2007 02:43:19 -0400 Subject: Make "Out of Date" pkgs more NOTICABLE. Includes a translation change. Why oh why would one conceive to put HTML markup into the translation? Signed-off-by: Loui Chang --- web/html/css/containers.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/html/css') diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 86ba430b..3443f1a9 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -179,6 +179,12 @@ padding-left: .3em; text-align: left; } + .outofdate + { + background-color: #faa; + padding-left: .3em; + text-align: left; + } td.text { color: #000; -- cgit v1.2.3-24-g4f1b