Skip to content

Commit d6c99f9

Browse files
author
howcome
committed
rearranging text in multicol model
1 parent c91e51c commit d6c99f9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css-multicol/Overview.src.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,7 @@ <h2>The multi-column model</h2>
288288

289289
<p>In the simplest case a multicol element will contain only one row
290290
of columns, and the height of each column will be equivalent to the
291-
used height of the multi-column element's content box. If the
292-
multi-column element is paginated, the height of each row is
293-
constrained by the page and the content continues in a new row of
294-
column boxes on the next page; a column box never splits across pages.
295-
291+
used height of the multi-column element's content box.
296292

297293
<div class="example">
298294

@@ -359,6 +355,9 @@ <h2>The multi-column model</h2>
359355
</div>
360356
</div>
361357

358+
<p>If the multi-column element is paginated, the height of each row is
359+
constrained by the page and the content continues in a new row of
360+
column boxes on the next page; a column box never splits across pages.
362361

363362
<p>The same effect occurs when a <em>spanning element</em> divides the
364363
multi-column element: the columns before the spanning element are

0 commit comments

Comments
 (0)