diff --git a/js/resize.js b/js/resize.js index acd55b9..517d27a 100644 --- a/js/resize.js +++ b/js/resize.js @@ -14,7 +14,7 @@ function style() { $('#build').css("height", window.innerHeight-topp-576-32) $('#build').css("margin-left", $('#screen').css("margin-left")); $('#build').css("margin-top", (parseInt(topp)+576+16)); - $('#info').copyCSS('#build') + $('#info').copyCSS('#build', ['height','margin-top','width']) $('#info').css("margin-left", pxToInt($('#screen').css("margin-left"))+16+(1200/2)-8) }