minesweeper/src/main/webapp/pages/mines.css
branchminesweeper
changeset 71 3e372ded7adc
parent 68 d41833895448
child 73 c56d63aee79e
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Fri Feb 07 17:22:58 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 08 06:23:40 2014 +0100
     1.3 @@ -35,10 +35,11 @@
     1.4  table.field td {
     1.5      border: 1px solid black;
     1.6      padding:10px;
     1.7 -    width: 10%;
     1.8 -    height: 10%;
     1.9 +    width: 56px;
    1.10 +    height: 56px;
    1.11      vertical-align: middle;
    1.12      text-align: center;
    1.13 +    font-size:4em;
    1.14  }
    1.15  .container {
    1.16      margin:10px;