diff --git a/plugins/unl/editor_plugin.js b/plugins/unl/editor_plugin.js
index 6f738549e074764aff0133ddabb3a2aad1d5baab..8282bb38d1f700520865ffcb75046d6d22712d2d 100644
--- a/plugins/unl/editor_plugin.js
+++ b/plugins/unl/editor_plugin.js
@@ -46,7 +46,7 @@ Unl.hasParentNodeWithClass = function(childNode, parentClass) {
 		
 			//'div[style]/[*]';
 			ed.onBeforeSetContent.add(function(ed, o) {
-				ed.dom.loadCSS("http://www.unl.edu/wdn/templates_3.0/css/all.css");
+				ed.dom.loadCSS("/wdn/templates_3.0/css/all.css");
 				ed.getBody().className += ' fixed';
 				ed.getBody().id = 'maincontent';
 			});