From 1d5d56b395fe14f05af7302585a1d27e2a9d5890 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 3 Oct 2012 11:56:00 -0300 Subject: [PATCH] modifica??o do type do css --- barra-brasil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barra-brasil.js b/barra-brasil.js index d615c04..f2ec6aa 100644 --- a/barra-brasil.js +++ b/barra-brasil.js @@ -14,7 +14,7 @@ var src = document.createAttribute("src"); src.nodeValue = "http://189.9.137.173/estilo-barra.css"; var tipo = document.createAttribute("type"); - tipo.nodeValue = "stylesheet"; + tipo.nodeValue = "stylesheet/css"; style.setAttributeNode(src); style.setAttributeNode(tipo); -- libgit2 0.21.2