Commit 42ec77585be2e5a3100130375bc8400cad84bee0

Authored by Edmar Moretti
1 parent 6bf80ec4

--no commit message

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
ferramentas/dissolve/index.htm
... ... @@ -2,15 +2,15 @@
2 2 <head>
3 3 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4 4 <link rel="stylesheet" type="text/css" href="../../css/i3geo_ferramentas.css">
5   -<style>.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style>
  5 +<style type="text/css" >.yuibutton button{padding-left:2em;background:url(../../imagens/tic.png) 5% 50% no-repeat;}</style>
  6 +<title></title>
6 7 </head>
7 8 <body>
8 9 <div style="top:0px;left:-10px;display:block;width:100%;" id='resultado' >
9 10 </div>
10 11 <div style="top:10px;left:0px;display:block;width:100%;color:red" id='fim' >
11 12 </div>
12   -</body>
13   -
14 13 <script src="../i3geo_tudo_compacto.js.php" type="text/javascript"></script>
15 14 <script language="JavaScript" type="text/javascript" src="index.js"></script>
  15 +</body>
16 16 </html>
17 17 \ No newline at end of file
... ...