Merge branch 'WP_touch_events' of github.com:elektryk/2048 into elektryk-WP_touch_events

This commit is contained in:
Gabriele Cirulli
2014-03-19 14:42:12 +01:00
3 changed files with 39 additions and 11 deletions
+1
View File
@@ -184,6 +184,7 @@ hr {
border-radius: $tile-border-radius * 2;
width: $field-width;
height: $field-width;
-ms-touch-action: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;