~ubuntu-branches/ubuntu/karmic/sugar-web-activity/karmic

« back to all changes in this revision

Viewing changes to Web.activity/agent-stylesheet.css

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2008-01-31 15:17:08 UTC
  • Revision ID: james.westby@ubuntu.com-20080131151708-4tegqfae3vdhiylk
Tags: upstream-85
ImportĀ upstreamĀ versionĀ 85

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Prevent flash animations from playing until you click on them. */
 
2
object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
 
3
object[codebase*="swflash.cab"],
 
4
object[type="application/x-shockwave-flash"],
 
5
embed[type="application/x-shockwave-flash"],
 
6
embed[src$=".swf"]
 
7
{ -moz-binding: url("clickToView.xml#flash"); }
 
8