- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 22:21:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv1438
Modified Files:
Overview.html Overview.src.html
Log Message:
Editorial tweak to an r-g example
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- Overview.html 1 Dec 2011 22:07:39 -0000 1.237
+++ Overview.html 1 Dec 2011 22:21:07 -0000 1.238
@@ -1247,7 +1247,7 @@
<p>This image shows a gradient originating from somewhere other than the
center of the box:</p>
- <pre><code>radial-gradient(farthest-side at bottom left, red, yellow 50px, green);</code></pre>
+ <pre><code>radial-gradient(farthest-side at left bottom, red, yellow 50px, green);</code></pre>
<p><img alt="" src=radial4.png></p>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- Overview.src.html 1 Dec 2011 22:07:40 -0000 1.244
+++ Overview.src.html 1 Dec 2011 22:21:08 -0000 1.245
@@ -770,7 +770,7 @@
<div class=example>
<p>This image shows a gradient originating from somewhere other than the center of the box:</p>
- <pre><code>radial-gradient(farthest-side at bottom left, red, yellow 50px, green);</code></pre>
+ <pre><code>radial-gradient(farthest-side at left bottom, red, yellow 50px, green);</code></pre>
<p><img src="radial4.png" alt="" ></p>
</div>
Received on Thursday, 1 December 2011 22:21:12 UTC