[Firebug-cvs] firebug/web google_rfs.xml,1.2,1.3
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2005-06-08 02:31:14
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17081 Modified Files: google_rfs.xml Log Message: Fixed transparency in the pngs, using greenman for demo. Index: google_rfs.xml =================================================================== RCS file: /cvsroot/firebug/firebug/web/google_rfs.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** google_rfs.xml 7 Jun 2005 01:26:06 -0000 1.2 --- google_rfs.xml 8 Jun 2005 02:31:04 -0000 1.3 *************** *** 16,20 **** <location infoStyle="geocodeinfo_rfs.xsl" id="A"> <point lat="37.91" lng="-122.33"/> ! <icon image="http://libgmail.sourceforge.net/man.png" class="local"/> <info> <title xml:space="preserve" xmlns:xml="http://www.w3.org/XML/1998/namespace"> --- 16,21 ---- <location infoStyle="geocodeinfo_rfs.xsl" id="A"> <point lat="37.91" lng="-122.33"/> ! <!-- <icon image="http://libgmail.sourceforge.net/man.png" class="local"/> --> ! <icon image="http://localhost/firebug/images/greenman.png" class="local"/> <info> <title xml:space="preserve" xmlns:xml="http://www.w3.org/XML/1998/namespace"> *************** *** 51,55 **** </address> <image> ! http://libgmail.sourceforge.net/man.png </image> </info> --- 52,56 ---- </address> <image> ! http://localhost/firebug/images/greenman.png </image> </info> |