Skip to content

Commit

Permalink
apply changes from gabrielecirulli#43
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Mar 23, 2014
1 parent b08fa8d commit 878098f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ hr {
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 500px;
Expand Down Expand Up @@ -549,6 +550,7 @@ hr {
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 280px;
Expand Down
1 change: 1 addition & 0 deletions style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ hr {
-ms-user-select: none;

-ms-touch-action: none;
touch-action: none;

background: $game-container-background;
border-radius: $tile-border-radius * 2;
Expand Down

0 comments on commit 878098f

Please sign in to comment.