Skip to content

Commit

Permalink
added borders to cells in battleships
Browse files Browse the repository at this point in the history
  • Loading branch information
polettix committed Sep 24, 2012
1 parent fe31771 commit c70378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/style.css
Expand Up @@ -171,8 +171,8 @@ form.logout button {
} }


table.battleboat td { table.battleboat td {
border: 1px solid #ddd;
border: 0; border: 0;
border: 1px solid #777;
padding: 2px; padding: 2px;
padding: 0; padding: 0;
} }
Expand Down

0 comments on commit c70378f

Please sign in to comment.