# HG changeset patch # User Jaroslav Tulach # Date 1394565318 -3600 # Node ID ede62082c40be89a901d58938f187176275d5236 # Parent 10e6f6e098114ca920413ae6161fde8196b1fe00 The text in the field should not influence the shape of the table diff -r 10e6f6e09811 -r ede62082c40b minesweeper/src/main/webapp/pages/mines.css --- a/minesweeper/src/main/webapp/pages/mines.css Sat Feb 22 16:35:11 2014 +0100 +++ b/minesweeper/src/main/webapp/pages/mines.css Tue Mar 11 20:15:18 2014 +0100 @@ -45,6 +45,12 @@ font-size:4em; } +table.field td div { + position: relative; + left: 0; + top: 0; +} + table.field td.UNKNOWN { background-color: #D6E4E1; cursor: pointer;