summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-11 17:57:32 +0100
committerjocuri%softhome.net <>2004-12-11 17:57:32 +0100
commitd6d0b7828b81e04e185a4489911f5a8ad6febc83 (patch)
tree34318e1d5ede02a6a3252f5df36822b7fbb163c5 /skins
parent39cf5154ea35355067791653198b6dbb3fc51ba2 (diff)
downloadbugzilla-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.css2
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;