From: Michael Dale Date: Sat, 10 Oct 2009 21:27:42 +0000 (+0000) Subject: * fixed spacing for oggHandler js rewrite to new player X-Git-Tag: 1.31.0-rc.0~39306 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=c8b5c2f5a953fc2af74f700e095e37f7f98c780c;p=lhc%2Fweb%2Fwiklou.git * fixed spacing for oggHandler js rewrite to new player --- diff --git a/js2/remoteMwEmbed.js b/js2/remoteMwEmbed.js index 41696cc0c1..7f7422d439 100644 --- a/js2/remoteMwEmbed.js +++ b/js2/remoteMwEmbed.js @@ -93,7 +93,7 @@ function rewrite_for_OggHandler( vidIdList ){ pheight + 'px;">'; //set the video tag inner html and update the height $j( '#' + vidId ).html( vid_html ) - .css('height', pheight + 20); + .css('height', pheight + 30); }