csswg/css-module Overview.html,1.11,1.12 Overview.src.html,1.13,1.14

Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv11024

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Make the Module Template actually use its new stylesheet.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html	3 Aug 2011 22:47:38 -0000	1.11
+++ Overview.html	16 Aug 2011 22:59:41 -0000	1.12
@@ -6,7 +6,7 @@
   charset=utf-8" http-equiv=Content-Type>
 
   <title>CSS TEMPLATE Module Level N</title>
-  <link href="../default.css" rel=stylesheet type="text/css">
+  <link href=default.css rel=stylesheet type="text/css">
   <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
 
@@ -37,13 +37,13 @@
    <h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
     class=replaceme>N</var></h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 August 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a class=replaceme
-     href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20110803/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20110803/</a>
+     href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20110816/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20110816/</a>
      
 
     <dt>Latest version:

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.src.html	3 Aug 2011 22:47:38 -0000	1.13
+++ Overview.src.html	16 Aug 2011 22:59:41 -0000	1.14
@@ -4,7 +4,7 @@
 <head profile="http://www.w3.org/2006/03/hcard">
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>CSS TEMPLATE Module Level N</title>
-  <link rel="stylesheet" type="text/css" href="../default.css">
+  <link rel="stylesheet" type="text/css" href="default.css">
   <link rel="stylesheet" type="text/css"
         href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
   <style type="text/css">

Received on Tuesday, 16 August 2011 22:59:45 UTC