# HG changeset patch # User hamidouk # Date 1320745008 -3600 # Node ID a5e807f33a67aec5376eacdebd250c7124235a79 # Parent 9b76fc6564b1f8033d3699c14fea564c7a860cb3 fixed a margin in youtube player div. diff -r 9b76fc6564b1 -r a5e807f33a67 src/js/init.js --- 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);