- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Jan 2012 23:51:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv19958 Modified Files: Overview.src.html Log Message: Add a diagram for flex-align Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- Overview.src.html 19 Jan 2012 18:15:25 -0000 1.99 +++ Overview.src.html 20 Jan 2012 23:51:20 -0000 1.100 @@ -664,6 +664,11 @@ </dd> </dl> + <div class='figure'> + <img src="images/flex-align.svg" width=508 height=372> + <p class='caption'>An illustration of the five 'flex-align' keywords and their effects on a flexbox with four colored items.</p> + </div> + <div class=example> <p>By using a vertical flexbox and 'flex-align', we can emulate the functionality of HTML's <code><center></code> element:</p> @@ -687,8 +692,6 @@ </div> </div> - <p class='issue'>More examples for the other alignment values!</p> - <p>The precise effects of this property are articulated in the <a href="#layout-algorithm">Layout Algorithm</a> section.</p>
Received on Friday, 20 January 2012 23:51:25 UTC