On 22 January 2013 16:25, Hannes Magnusson <[email protected]> wrote: > 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 >>
Hello Hannes. The commit can be seen at http://git.php.net/?p=web/php.git;a=commitdiff;h=5eb4baaaa11d270e0b8424472d5325865c6d7cb0 The comment is "Style Google Custom Search Engine results.". I'm guessing it is just a typo and more than likely, the sprites aren't used. I couldn't easily see if the css entries were used, as I could see an id="layout_1" on the search page, but not an id="layout", so, I don't think these are used. I've included Adam in this post as it is his commit. Hopefully it can be sorted easily. Richard. -- Richard Quadling Twitter : @RQuadling EE : http://e-e.com/M_248814.html Zend : http://bit.ly/9O8vFY -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
