# HG changeset patch # User Jaroslav Tulach # Date 1406357609 -7200 # Node ID f5c619bef0cfe4127918b51594bd711b24b19955 # Parent 87d475e1cf75497ffe8ec0547711eaf0c00bbe9c Using the warning sign as the dummy fill in character, it seems to be the biggest one among displayed characters diff -r 87d475e1cf75 -r f5c619bef0cf minesweeper/src/main/webapp/pages/mines.css --- a/minesweeper/src/main/webapp/pages/mines.css Sat Jul 26 08:28:59 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/mines.css Sat Jul 26 08:53:29 2014 +0200 @@ -105,7 +105,7 @@ } table.PLAYING td.UNKNOWN div::after { - content: "\002780"; + content: "\0026a0"; } table.field td.EXPLOSION div::after { content: "\002717"; @@ -117,7 +117,7 @@ content: "\0026a0"; } table.field td.N_0 div::after { - content: "\002780"; + content: "\0026a0"; background-color: white; color: white; }