fixed a margin in youtube player div.
--- a/src/js/init.js Tue Nov 08 10:36:20 2011 +0100
+++ b/src/js/init.js Tue Nov 08 10:36:48 2011 +0100
@@ -29,7 +29,7 @@
delete opts.container;
opts.controls = 0;
opts.autostart = false;
- templ = "width: {{width}}px; height: {{height}}px; margin-bottom: 5px;";
+ templ = "width: {{width}}px; height: {{height}}px;";
var str = Mustache.to_html(templ, {width: opts.width, height: opts.height});
// Popcorn.youtube wants us to specify the size of the player in the style attribute of its container div.
IriSP.jQuery("#" + containerDiv).attr("style", str);