Skip to content

Commit 6375aca

Browse files
committed
Editorial tweak to an r-g example
1 parent be5e73b commit 6375aca

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
@@ -1247,7 +1247,7 @@ <h4 class=no-toc id=radial-gradient-examples><span class=secno>4.2.4.
12471247
<p>This image shows a gradient originating from somewhere other than the
12481248
center of the box:</p>
12491249

1250-
<pre><code>radial-gradient(farthest-side at bottom left, red, yellow 50px, green);</code></pre>
1250+
<pre><code>radial-gradient(farthest-side at left bottom, red, yellow 50px, green);</code></pre>
12511251

12521252
<p><img alt="" src=radial4.png></p>
12531253
</div>

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ <h4 class='no-toc' id='radial-gradient-examples'>
770770
<div class=example>
771771
<p>This image shows a gradient originating from somewhere other than the center of the box:</p>
772772

773-
<pre><code>radial-gradient(farthest-side at bottom left, red, yellow 50px, green);</code></pre>
773+
<pre><code>radial-gradient(farthest-side at left bottom, red, yellow 50px, green);</code></pre>
774774
<p><img src="radial4.png" alt="" ></p>
775775
</div>
776776

0 commit comments

Comments
 (0)