apply changes from #43

This commit is contained in:
Gabriele Cirulli
2014-03-23 20:21:58 +01:00
parent b08fa8d6a4
commit 878098f855
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -148,6 +148,7 @@ hr {
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-ms-touch-action: none; -ms-touch-action: none;
touch-action: none;
background: #bbada0; background: #bbada0;
border-radius: 6px; border-radius: 6px;
width: 500px; width: 500px;
@@ -549,6 +550,7 @@ hr {
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-ms-touch-action: none; -ms-touch-action: none;
touch-action: none;
background: #bbada0; background: #bbada0;
border-radius: 6px; border-radius: 6px;
width: 280px; width: 280px;
+1
View File
@@ -183,6 +183,7 @@ hr {
-ms-user-select: none; -ms-user-select: none;
-ms-touch-action: none; -ms-touch-action: none;
touch-action: none;
background: $game-container-background; background: $game-container-background;
border-radius: $tile-border-radius * 2; border-radius: $tile-border-radius * 2;