Commit f8acfcb1b7dd0f748e95217edc16484de9b609fe

Authored by Carlos Vieira
1 parent 75678fbc
Exists in master

Corre??o do HTML e CSS para o IE8

recipes/default/assets/conteudo-footer.html
1 -<div id="wrapper-footer-brasil"><a href="http://www.acessoainformacao.gov.br/"><span class="logo-acesso-footer"/></a></div> 1 +<div id="wrapper-footer-brasil"><a href="http://www.acessoainformacao.gov.br/"><span class="logo-acesso-footer"></span></a></div>
recipes/default/assets/estilo-footer.scss
@@ -33,8 +33,7 @@ div#wrapper-footer-brasil { @@ -33,8 +33,7 @@ div#wrapper-footer-brasil {
33 #wrapper-footer-brasil .logo-acesso-footer { 33 #wrapper-footer-brasil .logo-acesso-footer {
34 float: left; 34 float: left;
35 width: 107px; 35 width: 107px;
36 - background: embed("imagens/acesso-a-informacao.png");  
37 - text-transform: uppercase; 36 + background: embed("imagens/acesso-a-informacao.png") center no-repeat;
38 height: 49px; 37 height: 49px;
39 } 38 }
40 39