Skip to content

Commit 474424e

Browse files
committed
minor rewording
1 parent fde6d85 commit 474424e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css3-multicol/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -836,15 +836,15 @@ <h2>Column gaps and rules</h2>
836836
is, column gaps will push apart content in adjacent columns (within
837837
the same multicol element).
838838

839-
<p>A column rule is drawn in the middle of the column gap with both
840-
endpoints at the content edge. Column rules do not take up space. That
841-
is, the presence or thickness of a column rule will not alter the
842-
placement of anything else. If a column rule is wider than its gap,
843-
the column rule will overlap adjacent column boxes. Column rules are
844-
painted just above the background of the multicol element. This allows
845-
child elements with 'z-index' values to be on top of column rules.
846-
Column rules are only drawn between two columns that both have
847-
content.
839+
<p>A column rule is drawn in the middle of the column gap with the
840+
endpoints at opposing content edges of the multicol element. Column
841+
rules do not take up space. That is, the presence or thickness of a
842+
column rule will not alter the placement of anything else. If a column
843+
rule is wider than its gap, the column rule will overlap adjacent
844+
column boxes. Column rules are painted just above the background of
845+
the multicol element. This allows child elements with 'z-index' values
846+
to be on top of column rules. Column rules are only drawn between two
847+
columns that both have content.
848848

849849

850850
<h3>'column-gap'</h3>

0 commit comments

Comments
 (0)