Commit d8bb0fa409e2e441ec31bbc18fc0edda19942ce1

Authored by Christian
1 parent ffe77225
Exists in master

modifica??o das regras espec?ficas de estilo para a barra

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
estilo-barra.css
@@ -51,7 +51,7 @@ body { @@ -51,7 +51,7 @@ body {
51 display: block; 51 display: block;
52 width: 161px; 52 width: 161px;
53 height: 28px; 53 height: 28px;
54 - text-indent: -1000px; 54 + text-indent: -99999px;
55 background: #7F7F7F url(imagens/ai.png) no-repeat 0 4px; 55 background: #7F7F7F url(imagens/ai.png) no-repeat 0 4px;
56 } 56 }
57 57
@@ -59,6 +59,6 @@ body { @@ -59,6 +59,6 @@ body {
59 display: block; 59 display: block;
60 width: 108px; 60 width: 108px;
61 height: 28px; 61 height: 28px;
62 - text-indent: -1000px; 62 + text-indent: -99999px;
63 background: #7F7F7F url(imagens/brasil.png) no-repeat 0 4px; 63 background: #7F7F7F url(imagens/brasil.png) no-repeat 0 4px;
64 } 64 }