Commit ec5e01007b061c27cd17cad6348809e50ce8a41f
1 parent
0e98650b
Exists in
CEP
and in
7 other branches
Inserindo alteracao do rodape
Showing
3 changed files
with
17 additions
and
13 deletions
Show diff stats
css/estilo.css
@@ -199,7 +199,7 @@ h6 { | @@ -199,7 +199,7 @@ h6 { | ||
199 | 199 | ||
200 | #principal #login { | 200 | #principal #login { |
201 | display: inline-block; | 201 | display: inline-block; |
202 | - width: 34%; | 202 | + width: 34%; |
203 | height: 95%; | 203 | height: 95%; |
204 | min-height: 200px; | 204 | min-height: 200px; |
205 | padding: 1px; | 205 | padding: 1px; |
@@ -338,18 +338,22 @@ h6 { | @@ -338,18 +338,22 @@ h6 { | ||
338 | } | 338 | } |
339 | 339 | ||
340 | #rodapetexto2 { | 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 | .w3c { | 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 | #span{ | 359 | #span{ |
inc/rodape.php
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <div id="rodapetexto1"> | 15 | <div id="rodapetexto1"> |
16 | SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto: | 16 | SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto: |
17 | </div> | 17 | </div> |
18 | - <div id="iconesw3c"> | 18 | + <div id="iconesw3c" > |
19 | <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/> | 19 | <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/> |
20 | <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/> | 20 | <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/> |
21 | <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/> | 21 | <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/> |
restrito/manual/LeiAcessoMundo.php
@@ -52,11 +52,11 @@ include("../inc/topo.php"); | @@ -52,11 +52,11 @@ include("../inc/topo.php"); | ||
52 | </td> | 52 | </td> |
53 | </tr> | 53 | </tr> |
54 | <tr> | 54 | <tr> |
55 | - <td colspan="2" height="200" bgcolor="#FFFFFF"> </td> | 55 | + <td colspan="2" height="200" bgcolor="#FFFFFF"> </td> |
56 | </tr> | 56 | </tr> |
57 | </tbody></table> | 57 | </tbody></table> |
58 | <p> </p> | 58 | <p> </p> |
59 | <p> </p> | 59 | <p> </p> |
60 | </span> | 60 | </span> |
61 | 61 | ||
62 | -<?php include("../inc/rodape.php");?> | ||
63 | \ No newline at end of file | 62 | \ No newline at end of file |
63 | +<?php include("../inc/rodape.php");?> |