Commit 1567a5486b33db60ae7c2c5c2857b74c9ec7b924

Authored by Christian
1 parent bd1b35b9
Exists in master

altera??o do width da imagem BRASIL e altera??o da cor do fundo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
estilo-barra.css
@@ -81,7 +81,7 @@ table { @@ -81,7 +81,7 @@ table {
81 width: 161px; 81 width: 161px;
82 height: 28px; 82 height: 28px;
83 text-indent: -1000px; 83 text-indent: -1000px;
84 - background: #004b82 url(imagens/ai.png) no-repeat 0 4px; 84 + background: #7F7F7F url(imagens/ai.png) no-repeat 0 4px;
85 } 85 }
86 86
87 #barra-brasil .brasilgov { 87 #barra-brasil .brasilgov {
@@ -89,5 +89,5 @@ table { @@ -89,5 +89,5 @@ table {
89 width: 108px; 89 width: 108px;
90 height: 28px; 90 height: 28px;
91 text-indent: -1000px; 91 text-indent: -1000px;
92 - background: #004b82 url(imagens/brasil.png) no-repeat 0 4px; 92 + background: #7F7F7F url(imagens/brasil.png) no-repeat 0 4px;
93 } 93 }