csswg/css3-lists Overview.html,1.80,1.81 Overview.src.html,1.127,1.128

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed example.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Overview.html	1 Nov 2011 21:29:24 -0000	1.80
+++ Overview.html	1 Nov 2011 21:49:06 -0000	1.81
@@ -2294,7 +2294,7 @@
 
    <p>On the other hand, specifying the type of counter, like so:</p>
 
-   <pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" "#" as repeating); }</pre>
+   <pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" as repeating); }</pre>
 
    <p>will produce lists that look like:</p>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.src.html	1 Nov 2011 21:29:24 -0000	1.127
+++ Overview.src.html	1 Nov 2011 21:49:06 -0000	1.128
@@ -1555,7 +1555,7 @@
 
 		<p>On the other hand, specifying the type of counter, like so:</p>
 		
-		<pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" "#" as repeating); }</pre>
+		<pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" as repeating); }</pre>
 
 		<p>will produce lists that look like:</p>
 		

Received on Tuesday, 1 November 2011 21:49:13 UTC