minesweeper/src/main/webapp/pages/index.html
changeset 180 91fff78d91db
parent 176 1e482b09b814
child 182 01951f6c119c
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Mon Jul 21 15:05:22 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 08:54:08 2014 +0200
     1.3 @@ -43,10 +43,10 @@
     1.4                media="(min-width:410px) and (max-width:510px), (min-height:400px) and (max-height:520px)" 
     1.5                rel="stylesheet" />
     1.6          <link href="mines-phone-small.css" 
     1.7 -              media="(min-width:250px) and (max-width:410px), (min-height:250px) and (max-height:400px)" 
     1.8 +              media="(min-width:300px) and (max-width:410px), (min-height:300px) and (max-height:400px)" 
     1.9                rel="stylesheet" />
    1.10          <link href="mines-phone-smaller.css" 
    1.11 -              media="(max-width:250px), (max-height:250px)" 
    1.12 +              media="(max-width:300px), (max-height:300px)" 
    1.13                rel="stylesheet" />
    1.14      </head>
    1.15      <body>