minesweeper/src/main/webapp/pages/mines.css
changeset 104 ede62082c40b
parent 77 b344caeda33f
child 163 823630089369
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 08 12:12:39 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Tue Mar 11 20:15:18 2014 +0100
     1.3 @@ -45,6 +45,12 @@
     1.4      font-size:4em;
     1.5  }
     1.6  
     1.7 +table.field td div {
     1.8 +    position: relative;
     1.9 +    left: 0;
    1.10 +    top: 0;
    1.11 +}
    1.12 +
    1.13  table.field td.UNKNOWN {
    1.14      background-color: #D6E4E1;
    1.15      cursor: pointer;