More iOS web app fixes
This commit is contained in:
parent
86a051b290
commit
e330b429da
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
min-height: 480px;
|
/*height: 100%;*/
|
||||||
|
/*min-height: 480px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<!-- width=320 -->
|
<!-- width=320 -->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>SIF Tools</title>
|
<title>SIF Tools</title>
|
||||||
<link href="css/external/jquery-ui.css" rel="stylesheet">
|
<link href="css/external/jquery-ui.css" rel="stylesheet">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue