# HG changeset patch # User Jaroslav Tulach # Date 1391845643 -3600 # Node ID c56d63aee79e1f4e00d9a99bbbee45e448d35d24 # Parent 9dacd7d4640589515bb27d708133174b7df888bc First attempt to do responsive design to fit the mine field on the screen diff -r 9dacd7d46405 -r c56d63aee79e minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Sat Feb 08 06:36:06 2014 +0100 +++ b/minesweeper/src/main/webapp/pages/index.html Sat Feb 08 08:47:23 2014 +0100 @@ -32,38 +32,27 @@ - - + + - - + + diff -r 9dacd7d46405 -r c56d63aee79e minesweeper/src/main/webapp/pages/mines.css --- a/minesweeper/src/main/webapp/pages/mines.css Sat Feb 08 06:36:06 2014 +0100 +++ b/minesweeper/src/main/webapp/pages/mines.css Sat Feb 08 08:47:23 2014 +0100 @@ -29,8 +29,6 @@ margin-bottom: 10px; } table.field { - width: 100%; - height: 100%; } table.field td { border: 1px solid black;