]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 274134: Modify relative path to padlock.png in recently moved CSS file...
authorjocuri%softhome.net <>
Sat, 11 Dec 2004 16:57:32 +0000 (16:57 +0000)
committerjocuri%softhome.net <>
Sat, 11 Dec 2004 16:57:32 +0000 (16:57 +0000)
skins/standard/buglist.css

index 546181633f9dfd8c4169d1e22972011764166dc2..3207a412d57406b23b4a3845cff7360927345201 100644 (file)
@@ -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;