Commit ec5e01007b061c27cd17cad6348809e50ce8a41f

Authored by Greyce Medeiros
1 parent 0e98650b

Inserindo alteracao do rodape

css/estilo.css
... ... @@ -199,7 +199,7 @@ h6 {
199 199  
200 200 #principal #login {
201 201 display: inline-block;
202   - width: 34%;
  202 + width: 34%;
203 203 height: 95%;
204 204 min-height: 200px;
205 205 padding: 1px;
... ... @@ -338,18 +338,22 @@ h6 {
338 338 }
339 339  
340 340 #rodapetexto2 {
341   - position: relative;
342   - left: 477px;
343   - top: -17px;
344   - padding: 5px;
  341 + position: absolute;
  342 + width: inherit;
  343 + height: 100px;
  344 + font-size: 10px;
  345 + color: #2D70DE;
  346 +
345 347 }
346 348  
347 349 .w3c {
348   - position: relative;
349   - left: 537px;
350   - top: -25px;
351   - padding-left: 70px;
352   - padding-top: 5px;
  350 + position: absolute;
  351 + width: inherit;
  352 + height: 100px;
  353 + font-size: 10px;
  354 + color: #2D70DE;
  355 +
  356 +
353 357 }
354 358  
355 359 #span{
... ...
inc/rodape.php
... ... @@ -15,7 +15,7 @@
15 15 <div id="rodapetexto1">
16 16 SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto:
17 17 </div>
18   - <div id="iconesw3c">
  18 + <div id="iconesw3c" >
19 19 <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/>
20 20 <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/>
21 21 <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/>
... ...
restrito/manual/LeiAcessoMundo.php
... ... @@ -52,11 +52,11 @@ include(&quot;../inc/topo.php&quot;);
52 52 </td>
53 53 </tr>
54 54 <tr>
55   - <td colspan="2" height="200" bgcolor="#FFFFFF">&nbsp;</td>
  55 + <td colspan="2" height="200" bgcolor="#FFFFFF">&nbsp;</td>
56 56 </tr>
57 57 </tbody></table>
58 58 <p>&nbsp;</p>
59 59 <p>&nbsp;</p>
60 60 </span>
61 61  
62   -<?php include("../inc/rodape.php");?>
63 62 \ No newline at end of file
  63 +<?php include("../inc/rodape.php");?>
... ...