Commit 289216e97c19de8f9866f2f56f5f8c7c30fbecba

Authored by Edmar Moretti
1 parent 80775c4b

--no commit message

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
init/index.php
... ... @@ -6,7 +6,7 @@
6 6 <meta name="description" content="i3Geo" />
7 7 <meta name="keywords" content="i3geo mapa geoprocessamento" />
8 8 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
9   -<meta name="viewport" content="width=device-width, initial-scale=1.0">
  9 +<meta name="viewport" content="width=device-width, initial-scale=0.8">
10 10 <?php
11 11 $cache_expire = 1;
12 12 header("Pragma: public");
... ... @@ -19,7 +19,7 @@ include(&quot;../ms_configura.php&quot;);
19 19 <script type="text/javascript" src="dicionario.js"></script>
20 20 <style>
21 21 body {
22   - margin: 0.5 cm;
  22 + margin: 0.5 cm auto;
23 23 padding-top: 12px;
24 24 COLOR: #2F4632;
25 25 text-align: center;
... ... @@ -56,6 +56,9 @@ h1 {
56 56 width: 80px;
57 57 text-align: left;
58 58 }
  59 +a {
  60 +margin: 0px auto;
  61 +}
59 62 </style>
60 63 </head>
61 64 <body style="background-color: white;">
... ... @@ -170,6 +173,7 @@ h1 {
170 173 </td>
171 174 </tr>
172 175 </table> </a>
  176 +
173 177 </div>
174 178 </body>
175 179 <script>
... ...