Skip to content

Commit 05d5a7c

Browse files
committed
Fix stylesheet link.
1 parent 5805f36 commit 05d5a7c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

css3-lists/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>CSS Lists and Counters Module Level 3</title>
66
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
7-
<link href="http://dev.w3.org/csswg/css-module/default.css" rel=stylesheet
7+
<link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
88
type="text/css">
99

1010
<style>
@@ -25,13 +25,12 @@
2525

2626
<h1>CSS Lists and Counters Module Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 December
29-
2011</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 January 2012</h2>
3029

3130
<dl>
3231
<dt>This version:
3332

34-
<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>-->
33+
<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>-->
3534
<a
3635
href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
3736

@@ -76,7 +75,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 December
7675
<!--begin-copyright-->
7776
<p class=copyright><a
7877
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
79-
rel=license>Copyright</a> &copy; 2011 <a
78+
rel=license>Copyright</a> &copy; 2012 <a
8079
href="http://www.w3.org/"><acronym
8180
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
8281
href="http://www.csail.mit.edu/"><acronym

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html><head>
33
<title>CSS Lists and Counters Module Level 3</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
5-
<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/css-module/default.css">
5+
<link rel="stylesheet" type="text/css" href="http://dev.w3.org/csswg/default.css">
66
<style>
77
code.inline { white-space: nowrap; }
88
.alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }

0 commit comments

Comments
 (0)