diff options
-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; |