css3-flexbox/Overview.src.html

changeset 4728
5ff50322db2c
parent 4726
53deb8301b61
child 4729
8ecc80bfa2ed
     1.1 --- a/css3-flexbox/Overview.src.html	Sun Mar 11 21:25:12 2012 -0700
     1.2 +++ b/css3-flexbox/Overview.src.html	Sun Mar 11 23:26:47 2012 -0700
     1.3 @@ -900,7 +900,10 @@
     1.4  
     1.5  	<p class='note'>Note: Only <i>multi-line</i> flexboxes ever have free space in the <i>cross axis</i> for lines to be aligned in, because in a <i>single-line</i> flexbox the sole line automatically stretches to fill the space.</p>
     1.6  
     1.7 -	<p class="issue">TODO: examples</p>
     1.8 +	<div class="figure">
     1.9 +		<img src="images/flex-line-pack-example.png" width=585 height=514>
    1.10 +		<p class='caption'>An illustration of the 'flex-line-pack' keywords and their effects on a multi-line flexbox.</p>
    1.11 +	</div>
    1.12  
    1.13  
    1.14  <h2 id='layout-algorithm'>

mercurial