It's a little nerd change but fixes completelly this bug: https://bugs.archlinux.org/task/20514
Greez.
From c15c9f02a643d6ac0ffff9f779d0d0a7e020fe6d Mon Sep 17 00:00:00 2001 From: Manuel Tortosa <[email protected]> Date: Wed, 29 Sep 2010 14:29:18 +0200 Subject: [PATCH 5/5] Fix AUR bug FS#20514 --- web/html/css/containers.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/html/css/containers.css b/web/html/css/containers.css index fc092de..6b28228 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -149,7 +149,7 @@ td.data2 { text-align: left; } .outofdate { - background-color: #faa; + background-color: #FFE2DF; padding-left: .3em; text-align: left; } -- 1.7.1
