Expanding slightly the smaller phone mode
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 26 Jul 2014 10:31:05 +0200
changeset 181f7d8fd6d57cc
parent 180 91fff78d91db
child 182 01951f6c119c
Expanding slightly the smaller phone mode
minesweeper/src/main/webapp/pages/mines-phone-smaller.css
     1.1 --- a/minesweeper/src/main/webapp/pages/mines-phone-smaller.css	Sat Jul 26 08:54:08 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines-phone-smaller.css	Sat Jul 26 10:31:05 2014 +0200
     1.3 @@ -22,11 +22,11 @@
     1.4   * THE SOFTWARE.
     1.5   */
     1.6  table.field td {
     1.7 -    padding: 2px;
     1.8 -    width: 10px;
     1.9 -    height: 10px;
    1.10 +    padding: 3px;
    1.11 +    width: 13px;
    1.12 +    height: 13px;
    1.13      line-height: 10px;
    1.14 -    font-size: 0.8em;
    1.15 +    font-size: 1em;
    1.16  }
    1.17  h1 {
    1.18      font-size: 8px;