- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Aug 2011 21:24:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv14357
Modified Files:
Overview.html Overview.src.html
Log Message:
typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- Overview.html 11 Aug 2011 02:34:10 -0000 1.140
+++ Overview.html 11 Aug 2011 21:24:01 -0000 1.141
@@ -1115,7 +1115,7 @@
<pre><code>1. linear-gradient(red, white 20%, blue)
==
- linear-gradient(red 0%, white 20%, blue 100)
+ linear-gradient(red 0%, white 20%, blue 100%)
2. linear-gradient(red 40%, white, black, blue)
==
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.src.html 11 Aug 2011 02:34:10 -0000 1.147
+++ Overview.src.html 11 Aug 2011 21:24:01 -0000 1.148
@@ -778,7 +778,7 @@
<pre><code>1. linear-gradient(red, white 20%, blue)
==
- linear-gradient(red 0%, white 20%, blue 100)
+ linear-gradient(red 0%, white 20%, blue 100%)
2. linear-gradient(red 40%, white, black, blue)
==
Received on Thursday, 11 August 2011 21:24:05 UTC