csswg/css3-lists Overview.html,1.135,1.136 Overview.src.html,1.182,1.183

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv18795

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix stylesheet link.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Overview.html	9 Dec 2011 16:43:35 -0000	1.135
+++ Overview.html	9 Jan 2012 19:57:01 -0000	1.136
@@ -4,7 +4,7 @@
  <head>
   <title>CSS Lists and Counters Module Level 3</title>
   <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
-  <link href="http://dev.w3.org/csswg/css-module/default.css" rel=stylesheet
+  <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
   type="text/css">
 
   <style>
@@ -25,13 +25,12 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 December
-    2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 January 2012</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111209">http://www.w3.org/TR/2011/WD-css3-lists-20111209</a></dd>-->
+    <dd><!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120109">http://www.w3.org/TR/2012/WD-css3-lists-20120109</a></dd>-->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -76,7 +75,7 @@
    <!--begin-copyright-->
    <p class=copyright><a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
-    rel=license>Copyright</a> &copy; 2011 <a
+    rel=license>Copyright</a> &copy; 2012 <a
     href="http://www.w3.org/"><acronym
     title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
     href="http://www.csail.mit.edu/"><acronym

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- Overview.src.html	9 Dec 2011 16:43:35 -0000	1.182
+++ Overview.src.html	9 Jan 2012 19:57:02 -0000	1.183
@@ -2,7 +2,7 @@
 <html><head>
 	<title>CSS Lists and Counters Module Level 3</title>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
-	<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
+	<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
 	<style>
 	code.inline { white-space: nowrap; }
 	.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }

Received on Monday, 9 January 2012 19:57:06 UTC