Commit dc7d699cf3fec0a03d91608695137dc32db2bdbb

Authored by Leandro Arndt
1 parent f9279bb7
Exists in mysqli

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;
... ...