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 81 width: 161px;
82 82 height: 28px;
83 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 87 #barra-brasil .brasilgov {
... ... @@ -89,5 +89,5 @@ table {
89 89 width: 108px;
90 90 height: 28px;
91 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 }
... ...