Skip to content

Commit

Permalink
apply css improvements from gabrielecirulli#68
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecirulli committed Mar 23, 2014
1 parent 71baa9d commit b08fa8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,15 @@ hr {
padding: 15px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 500px;
height: 500px;
-ms-touch-action: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
Expand Down Expand Up @@ -543,14 +544,15 @@ hr {
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 280px;
height: 280px;
-ms-touch-action: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
Expand Down
5 changes: 4 additions & 1 deletion style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,18 @@ hr {

cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;

-ms-touch-action: none;

background: $game-container-background;
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;
Expand Down

0 comments on commit b08fa8d

Please sign in to comment.