Skip to content

Commit

Permalink
apply changes from gabrielecirulli#43
Browse files Browse the repository at this point in the history
gabrielecirulli committed Mar 23, 2014
1 parent b08fa8d commit 878098f
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
@@ -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;
@@ -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;
1 change: 1 addition & 0 deletions style/main.scss
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 878098f

Please sign in to comment.