Skip to content

Commit 7a845ae

Browse files
committed
fixing typo, changing one headline
1 parent 1068636 commit 7a845ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
table.breaks { border-collapse: collapse; margin: 1em 0 }
1919
table.breaks td, table.breaks th { border: thin solid black; padding: 0.1em 0.2em }
20+
21+
div.example:before { width: 9em }
2022
</style>
2123

2224
</head>
@@ -1268,12 +1270,11 @@ <h3>'column-span'</h3>
12681270
<p>An element that spans more than one column is called a
12691271
<dfn>spanning element</dfn>.
12701272

1271-
<p>This property has no effect on elements that no not fit entirely
1273+
<p>This property has no effect on elements that do not fit entirely
12721274
within the multicol element. Also, if a setting on this property pushes the
12731275
element outside a multicol element, this property will have no effect.
12741276

12751277

1276-
12771278
<div class="example">
12781279

12791280
<p>In this example, an <code>h2</code> element has been added to the
@@ -1394,7 +1395,7 @@ <h3 id='cf'>'column-fill'</h3>
13941395
automatically be balanced.
13951396

13961397

1397-
<h2>Overflow and multicol elements</h2>
1398+
<h2>Overflow</h2>
13981399

13991400
<h3>Overflow inside multicol elements</h3>
14001401

@@ -1433,7 +1434,7 @@ <h3>Overflow inside multicol elements</h3>
14331434
</div>
14341435

14351436

1436-
<h3>Overflow outside multicol elements</h3>
1437+
<h3>Overflow and pagination outside multicol elements</h3>
14371438

14381439
<p>Content and column rules that extend outside column boxes at
14391440
the edges of the multi-column element is clipped according to the

0 commit comments

Comments
 (0)