File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3104,26 +3104,29 @@ <h2 id=page-floats-mk2><span class=secno>14. </span>Page floats (mk2)</h2>
31043104 determine if the box is near the top/bottom.
31053105 </ dl >
31063106
3107- < div class =example > Float figure to top of natural column, being as wide
3108- as the column:
3107+ < div class =example >
3108+ < p > Float figure to top of natural column, being as wide as the column:
3109+
31093110 < pre >
31103111.figure { float: top; width: 100% }
31113112</ pre >
31123113 < img src =7b.png > </ div >
31133114
3114- < div class =example > Float figure to top of natural column, spanning all
3115- columns:
3115+ < div class =example > Float figure to top of the natural column, spanning
3116+ all columns:
31163117 < pre >
31173118.figure { float: top; column-span: all; width: 100% }
31183119</ pre >
31193120 </ div >
31203121
3121- < div class =example > Float figure to top/bottom of the last column of the
3122- multicol element on that page, again being as side as the column:
3122+ < div class =example >
3123+ < p > Float figure to top/bottom of the last column of the multicol element
3124+ on that page, being as wide as the column:
3125+
31233126 < pre >
31243127.figure { float: top-corner; width: 100% }
31253128</ pre >
3126- </ div >
3129+ < img src = 7b.png > </ div >
31273130
31283131 < p class =issue > In the examples above, the width is set to 100% to fill
31293132 the available space. This is typically how paper-based layouts have used
You can’t perform that action at this time.
0 commit comments