diff options
author | jocuri%softhome.net <> | 2004-12-11 17:57:32 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-11 17:57:32 +0100 |
commit | d6d0b7828b81e04e185a4489911f5a8ad6febc83 (patch) | |
tree | 34318e1d5ede02a6a3252f5df36822b7fbb163c5 /skins | |
parent | 39cf5154ea35355067791653198b6dbb3fc51ba2 (diff) | |
download | bugzilla-d6d0b7828b81e04e185a4489911f5a8ad6febc83.tar.gz bugzilla-d6d0b7828b81e04e185a4489911f5a8ad6febc83.tar.xz |
Patch for bug 274134: Modify relative path to padlock.png in recently moved CSS file; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/buglist.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index 546181633..3207a412d 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; |