Compare View

switch
from
...
to
 
Commits (2)
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;
... ... @@ -344,18 +344,22 @@ h6 {
344 344 }
345 345  
346 346 #rodapetexto2 {
347   - position: relative;
348   - left: 477px;
349   - top: -17px;
350   - padding: 5px;
  347 + position: absolute;
  348 + width: inherit;
  349 + height: 100px;
  350 + font-size: 10px;
  351 + color: #2D70DE;
  352 +
351 353 }
352 354  
353 355 .w3c {
354   - position: relative;
355   - left: 537px;
356   - top: -25px;
357   - padding-left: 70px;
358   - padding-top: 5px;
  356 + position: absolute;
  357 + width: inherit;
  358 + height: 100px;
  359 + font-size: 10px;
  360 + color: #2D70DE;
  361 +
  362 +
359 363 }
360 364  
361 365 #span{
... ...
inc/rodape.php
... ... @@ -15,10 +15,17 @@
15 15 <div id="rodapetexto1">
16 16 SEMPLA desenvolvimento. Seguimos as seguintes recomendações de projeto:
17 17 </div>
  18 +<<<<<<< HEAD
  19 + <div id="iconesw3c" >
  20 + <img class="w3c" src="../css/img/w3c_css.png" alt="W3C"/>
  21 + <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C"/>
  22 + <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C"/>
  23 +=======
18 24 <div id="iconesw3c">
19 25 <img class="w3c" src="../css/img/w3c_css.png" alt="W3C" />
20 26 <img class="w3c" src="../css/img/w3c_xhtml.png" alt="W3C" />
21 27 <img class="w3c" src="../css/img/w3c_aa.png" alt="W3C" />
  28 +>>>>>>> 918a538335685a5baa930e0c70a19537f3325e8b
22 29 </div>
23 30 <div id="rodapetexto2">
24 31 Produzido com tecnologias livres, socialmente justas para um desenvolvimento sustentável.
... ...
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");?>
... ...