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