From fa80829394cfc6a89721108299090faaabb56fcf Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Thu, 3 Mar 2011 15:36:04 +0100 Subject: [PATCH] Use background-color for versions, more visible --- static/debpkg.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/debpkg.css b/static/debpkg.css index 2ebf184..aa484e5 100644 --- a/static/debpkg.css +++ b/static/debpkg.css @@ -305,9 +305,12 @@ td { } th { } -.vold { - color: #c70036; +.vcurrent { + background-color: #bfb; } .volder { - color: #c74e6f; + background-color: #ffb; +} +.vold { + background-color: #fbb; } -- 2.39.2