diff options
author | Loui Chang <louipc.ist@gmail.com> | 2007-10-03 08:43:19 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-20 06:49:10 +0100 |
commit | da9d2b9e0db7a3c65a1a1945e82e724d04d7d631 (patch) | |
tree | fc8da552945dbdf692e2f7359fd6bbcca4153710 /web/html/css/containers.css | |
parent | a21b8c120958007fe45c80bcab6dee976d5c6d91 (diff) | |
download | aur-da9d2b9e0db7a3c65a1a1945e82e724d04d7d631.tar.gz aur-da9d2b9e0db7a3c65a1a1945e82e724d04d7d631.tar.xz |
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 <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/css/containers.css')
-rw-r--r-- | web/html/css/containers.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |