Merge branch 'clay-improvements' of https://github.com/Hextris/hextris into clay-improvements

This commit is contained in:
Garrett Finucane 2015-09-20 11:51:34 -04:00
commit a3e7fa51b4

View file

@ -35,7 +35,6 @@ function scaleCanvas() {
var delta = buttonOffset - playOffset - 29;
if (delta < 0) {
$("#bottomContainer").css("margin-bottom", "-" + Math.abs(delta) + "px");
console.log("Corrected by " + delta)
}
}