Commit 1d5d56b395fe14f05af7302585a1d27e2a9d5890
1 parent
f8caa6f5
Exists in
master
modifica??o do type do css
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
barra-brasil.js
... | ... | @@ -14,7 +14,7 @@ var src = document.createAttribute("src"); |
14 | 14 | src.nodeValue = "http://189.9.137.173/estilo-barra.css"; |
15 | 15 | |
16 | 16 | var tipo = document.createAttribute("type"); |
17 | - tipo.nodeValue = "stylesheet"; | |
17 | + tipo.nodeValue = "stylesheet/css"; | |
18 | 18 | |
19 | 19 | style.setAttributeNode(src); |
20 | 20 | style.setAttributeNode(tipo); | ... | ... |