csswg/css3-gcpm Overview.html,1.116,1.117

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 &lsquo;<code class=css>column-span: all</code>&rsquo; had been
    specified.
 
-  <div class=example> In combination with &lsquo;<code
-   class=property>column-span</code>&rsquo;, 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 &lsquo;<code
+    class=property>column-span</code>&rsquo;, 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