# HG changeset patch # User Jaroslav Tulach # Date 1406357648 -7200 # Node ID 91fff78d91db555426620763bd5c18a97ada4dca # Parent f5c619bef0cfe4127918b51594bd711b24b19955 Polishing, so the 320 mode fits on my HTC phone diff -r f5c619bef0cf -r 91fff78d91db minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Sat Jul 26 08:53:29 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/index.html Sat Jul 26 08:54:08 2014 +0200 @@ -43,10 +43,10 @@ media="(min-width:410px) and (max-width:510px), (min-height:400px) and (max-height:520px)" rel="stylesheet" /> diff -r f5c619bef0cf -r 91fff78d91db minesweeper/src/main/webapp/pages/mines-phone-small.css --- a/minesweeper/src/main/webapp/pages/mines-phone-small.css Sat Jul 26 08:53:29 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/mines-phone-small.css Sat Jul 26 08:54:08 2014 +0200 @@ -22,9 +22,9 @@ * THE SOFTWARE. */ table.field td { - padding: 4px; - width: 18px; - height: 18px; + padding: 3px; + width: 16px; + height: 16px; font-size: 1.5em; } h1 {