Commit d6d0b782 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 274134: Modify relative path to padlock.png in recently moved CSS…

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.
parent 39cf5154
...@@ -44,7 +44,7 @@ tr.bz_even { ...@@ -44,7 +44,7 @@ tr.bz_even {
/* we use a first-child class and not the pseudo-class because IE /* we use a first-child class and not the pseudo-class because IE
* doesn't support it :-( */ * doesn't support it :-( */
tr.bz_secure td.first-child { tr.bz_secure td.first-child {
background-image: url("../images/padlock.png"); background-image: url("../../images/padlock.png");
background-position: center left; background-position: center left;
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: inherit; background-color: inherit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment