Commit 7ab20fb2f84704714457171c5dfa7eddb0798a67
Committed by
Leandro Arndt
1 parent
b32e4ec9
Exists in
master
Correção de codificação de caracteres
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
css/estilo.css
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | padding: 0px; |
5 | 5 | } |
6 | 6 | |
7 | -/* Estilização geral */ | |
7 | +/* Estilização geral */ | |
8 | 8 | body { |
9 | 9 | font-family: Verdana, Arial, Helvetica, Sans-serif; |
10 | 10 | font-size: 12px; |
... | ... | @@ -138,7 +138,7 @@ h6 { |
138 | 138 | } |
139 | 139 | |
140 | 140 | |
141 | -/* Estilização do menu menu */ | |
141 | +/* Estilização do menu menu */ | |
142 | 142 | |
143 | 143 | #menu { |
144 | 144 | width: 980px; | ... | ... |