Commit cc6cbd6b0e7da0cdd1861873d3f7375abfee615f

Authored by Edmar Moretti
1 parent 289216e9

--no commit message

Showing 1 changed file with 1 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=0.8">
  9 +<meta name="viewport" content="width=device-width, initial-scale=1.2">
10 10 <?php
11 11 $cache_expire = 1;
12 12 header("Pragma: public");
... ... @@ -62,7 +62,6 @@ margin: 0px auto;
62 62 </style>
63 63 </head>
64 64 <body style="background-color: white;">
65   -
66 65 <div id="conteudo"
67 66 style="background-color: white; background-image: url(../imagens/i3geo1bw.jpg);">
68 67 <?php
... ...