# HG changeset patch # User Jaroslav Tulach # Date 1406363465 -7200 # Node ID f7d8fd6d57ccae796935812540752c847225da39 # Parent 91fff78d91db555426620763bd5c18a97ada4dca Expanding slightly the smaller phone mode diff -r 91fff78d91db -r f7d8fd6d57cc minesweeper/src/main/webapp/pages/mines-phone-smaller.css --- a/minesweeper/src/main/webapp/pages/mines-phone-smaller.css Sat Jul 26 08:54:08 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/mines-phone-smaller.css Sat Jul 26 10:31:05 2014 +0200 @@ -22,11 +22,11 @@ * THE SOFTWARE. */ table.field td { - padding: 2px; - width: 10px; - height: 10px; + padding: 3px; + width: 13px; + height: 13px; line-height: 10px; - font-size: 0.8em; + font-size: 1em; } h1 { font-size: 8px;