Skip to content

Commit bbbcdfd

Browse files
author
howcome
committed
revised example 27
1 parent 13afe5e commit bbbcdfd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-multicol/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2>The multi-column model</h2>
410410
</div>
411411

412412

413-
<div class=rep style="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px">An spanning element</div>
413+
<div class=rep style="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px">A spanning element</div>
414414
<div class=gap style="left: 150px"></div>
415415
<div class=gap style="left: 325px"></div>
416416
</div>
@@ -1694,8 +1694,9 @@ <h3>'column-span'</h3>
16941694
naturally end up at the top of a page. The top margin of the first
16951695
spanner is truncated due to being after an unforced break. The bottom
16961696
margin of the first spanner collapses with the top margin of the
1697-
second spanner. The bottom margin of the second spanner collapses with
1698-
the top margin of the subsequent element.
1697+
second spanner. However, the bottom margin of the second spanner does
1698+
not collabse with the collapses with the top margin of the subsequent
1699+
element.
16991700

17001701

17011702
<pre class="css">

0 commit comments

Comments
 (0)