That seems a littlebit weird that the path was ../images, have you checked the history of the file though?
-Hannes On Tue, Jan 15, 2013 at 7:26 AM, Richard Quadling <[email protected]> wrote: > Patch. > > =================================== > styles/theme.css | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/styles/theme.css b/styles/theme.css > index e5ad3d2..828b410 100755 > --- a/styles/theme.css > +++ b/styles/theme.css > @@ -923,14 +923,14 @@ table.standard th.subr { > > #layout .cse .gsc-tabHeader.gsc-tabhActive, > #layout .gsc-tabHeader.gsc-tabhActive { > - background: white url(../images/sprites.png) no-repeat scroll 100% -25px; > + background: white url(/images/sprites.png) no-repeat scroll 100% -25px; > border-bottom: solid 0.25em #669; > color: black; > } > > #layout .cse .gsc-tabHeader.gsc-tabhInactive, > #layout .gsc-tabHeader.gsc-tabhInactive { > - background: white url(../images/sprites.png) no-repeat scroll 100% 5px; > + background: white url(/images/sprites.png) no-repeat scroll 100% 5px; > border-bottom: solid 0.25em #99c; > color: #777; > } > =================================== > > -- > Richard Quadling > Twitter : EE : Zend > @RQuadling : http://e-e.com/M_248814.html : http://bit.ly/9O8vFY > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
