2009/dap/common config.js,1.8,1.9

Update of /sources/public/2009/dap/common
In directory hutz:/tmp/cvs-serv2756

Modified Files:
	config.js 
Log Message:
get rid of relative css reference that seems to get in the way of publication.


Index: config.js
===================================================================
RCS file: /sources/public/2009/dap/common/config.js,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- config.js	19 Jan 2010 17:13:12 -0000	1.8
+++ config.js	2 Aug 2011 20:33:59 -0000	1.9
@@ -1,5 +1,6 @@
 respecConfig.inlineCSS = true;
-respecConfig.extraCSS = ["../ReSpec.js/css/respec.css"];
+respecConfig.extraCSS = ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"];
+
 if (!respecConfig.editors) respecConfig.editors = [
     {   name:       "Robin Berjon",
         url:        "http://berjon.com/",

Received on Tuesday, 2 August 2011 20:34:01 UTC