From: Gerfried Fuchs Date: Thu, 3 Mar 2011 14:36:04 +0000 (+0100) Subject: Use background-color for versions, more visible X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=fa80829394cfc6a89721108299090faaabb56fcf Use background-color for versions, more visible --- 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; }