- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Jan 2012 01:02:43 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv24266
Modified Files:
Overview.html
Log Message:
Argh, *again* I forget to include the generated version.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Overview.html 20 Jan 2012 23:55:14 -0000 1.100
+++ Overview.html 21 Jan 2012 01:02:41 -0000 1.101
@@ -29,11 +29,11 @@
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 20 January 2012</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 21 January 2012</h2>
<dl>
<dt>This version:
- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120120/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120120/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120121/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120121/</a>-->
<dd><a
@@ -1438,7 +1438,7 @@
<a href="#cross-start"><i>cross-start</i></a> edge of the line.</p>
</dl>
- <div class=figure> <img height=372 src="images/flex-align.svg" width=508>
+ <div class=figure> <img height=377 src="images/flex-align.svg" width=508>
<p class=caption>An illustration of the five ‘<a
href="#flex-align0"><code class=property>flex-align</code></a>’
keywords and their effects on a flexbox with four colored items.</p>
Received on Saturday, 21 January 2012 01:02:44 UTC