Anyone else running into a bit of sandbox breakage that happened
within the past day? What has worked fine for the past month or so is
now broken.
Specifically, this style element line:
#activity_form_bg {width:232px; height:170px; display:block;
background:url("http://yourprojectname.googlecode.com/svn/trunk/img/act
\
ivity_form_bg_foam.gif") no-repeat top center; margin-top:2px; margin-
bottom:10px; position:relative; }
Gets rewritten by the sandbox to be:
#activity_form_bg {width:232px; height:170px; display:block;
background: no-repeat top center; margin-top:2px; margin-bottom:10px;
position:relative; }
Note that the url to the background image is stripped.
-Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---