Skip to content

Commit 029642b

Browse files
committed
Fixed the spacing in the full-grammar note.
1 parent add6aab commit 029642b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-images/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
11481148
<pre>
11491149
&lt;radial-gradient> = radial-gradient(
11501150
[ [ circle || [ &lt;length> ] ] [ at &lt;position> ]? , |
1151-
[ ellipse || [ &lt;length> | &lt;percentage> ]{2} ] [ at &lt;position> ]? , |
1151+
[ ellipse || [ &lt;length> | &lt;percentage> ]{2} ] [ at &lt;position> ]? , |
11521152
[ [ circle | ellipse ] || &lt;extent-keyword> ] [ at &lt;position> ]? ,
11531153
]?
11541154
&lt;color-stop> [ , &lt;color-stop> ]+

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
709709
<pre>
710710
&lt;radial-gradient> = radial-gradient(
711711
[ [ circle || [ &lt;length> ] ] [ at &lt;position> ]? , |
712-
[ ellipse || [ &lt;length> | &lt;percentage> ]{2} ] [ at &lt;position> ]? , |
712+
[ ellipse || [ &lt;length> | &lt;percentage> ]{2} ] [ at &lt;position> ]? , |
713713
[ [ circle | ellipse ] || &lt;extent-keyword> ] [ at &lt;position> ]? ,
714714
]?
715715
&lt;color-stop> [ , &lt;color-stop> ]+

0 commit comments

Comments
 (0)