- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2011 18:39:41 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv4255
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Overview.html 21 Sep 2011 18:38:30 -0000 1.116
+++ Overview.html 21 Sep 2011 18:39:39 -0000 1.117
@@ -3143,10 +3143,11 @@
same as if ‘<code class=css>column-span: all</code>’ had been
specified.
- <div class=example> In combination with ‘<code
- class=property>column-span</code>’, Float figure to top/bottom of
- the last column of the multicol element on that page, again being as side
- as the column:
+ <div class=example>
+ <p>In combination with ‘<code
+ class=property>column-span</code>’, the fiture is floated to the
+ top corner of the multicol element on that page:
+
<pre>
.figure { float: top-corner; column-span: 2; width: 100% }
</pre>
Received on Wednesday, 21 September 2011 18:39:46 UTC