Commit of files where headers or other places refering to the placing of .css files...
[citadel.git] / webcit / static / niftycube.js
index 593749008eb58ae4e5ee7a15033457b74dea7cd1..06734741fa0179dd386e2bb78487267b6f30ae92 100644 (file)
@@ -34,7 +34,7 @@ niftyCss=true;
 var l=CreateEl("link");
 l.setAttribute("type","text/css");
 l.setAttribute("rel","stylesheet");
-l.setAttribute("href","static/niftyCorners.css");
+l.setAttribute("href","static/styles/niftyCorners.css");
 l.setAttribute("media","screen");
 document.getElementsByTagName("head")[0].appendChild(l);
 }