From: jocuri%softhome.net <> Date: Sat, 11 Dec 2004 16:57:32 +0000 (+0000) Subject: Patch for bug 274134: Modify relative path to padlock.png in recently moved CSS file... X-Git-Tag: bugzilla-2.19.2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d0b7828b81e04e185a4489911f5a8ad6febc83;p=thirdparty%2Fbugzilla.git Patch for bug 274134: Modify relative path to padlock.png in recently moved CSS file; patch by Frédéric Buclin , r=vladd, a=justdave. --- diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 546181633f..3207a412d5 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -44,7 +44,7 @@ tr.bz_even { /* we use a first-child class and not the pseudo-class because IE * doesn't support it :-( */ tr.bz_secure td.first-child { - background-image: url("../images/padlock.png"); + background-image: url("../../images/padlock.png"); background-position: center left; background-repeat: no-repeat; background-color: inherit;