csswg/css3-images Overview.html,1.232,1.233 Overview.src.html,1.239,1.240

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv22453

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed the spacing in the full-grammar note.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Overview.html	1 Dec 2011 21:09:21 -0000	1.232
+++ Overview.html	1 Dec 2011 21:10:50 -0000	1.233
@@ -1148,7 +1148,7 @@
    <pre>
 &lt;radial-gradient> = radial-gradient(
   [ [ circle               || [ &lt;length> ] ]                      [ at &lt;position> ]? , | 
-    [ ellipse              || [ &lt;length> | &lt;percentage> ]{2} ] [ at &lt;position> ]? , |
+    [ ellipse              || [ &lt;length> | &lt;percentage> ]{2} ]    [ at &lt;position> ]? , |
     [ [ circle | ellipse ] || &lt;extent-keyword> ]                  [ at &lt;position> ]? ,
   ]?
   &lt;color-stop> [ , &lt;color-stop> ]+

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- Overview.src.html	1 Dec 2011 21:09:21 -0000	1.239
+++ Overview.src.html	1 Dec 2011 21:10:50 -0000	1.240
@@ -709,7 +709,7 @@
 		<pre>
 &lt;radial-gradient> = radial-gradient(
   [ [ circle               || [ &lt;length> ] ]                      [ at &lt;position> ]? , | 
-    [ ellipse              || [ &lt;length> | &lt;percentage> ]{2} ] [ at &lt;position> ]? , |
+    [ ellipse              || [ &lt;length> | &lt;percentage> ]{2} ]    [ at &lt;position> ]? , |
     [ [ circle | ellipse ] || &lt;extent-keyword> ]                  [ at &lt;position> ]? ,
   ]?
   &lt;color-stop> [ , &lt;color-stop> ]+

Received on Thursday, 1 December 2011 21:10:53 UTC