File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 color : rgb (83 , 175 , 19 );
2323}
2424.hit {
25- background : transparent url ("ship.png" ) no-repeat center center;
25+ background : url ("ship.png" ) no-repeat center center;
2626}
2727.miss {
28- background : transparent url ("miss.png" ) no-repeat center center;
28+ background : url ("miss.png" ) no-repeat center center;
2929}
3030form {
3131 position : absolute;
Original file line number Diff line number Diff line change 2121 color : rgb (83 , 175 , 19 );
2222}
2323.hit {
24- background : transparent url ("ship.png" ) no-repeat center center;
24+ background : url ("ship.png" ) no-repeat center center;
2525}
2626.miss {
27- background : transparent url ("miss.png" ) no-repeat center center;
27+ background : url ("miss.png" ) no-repeat center center;
2828}
2929form {
3030 position : absolute;
You can’t perform that action at this time.
0 commit comments