File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -836,15 +836,15 @@ <h2>Column gaps and rules</h2>
836836is, column gaps will push apart content in adjacent columns (within
837837the 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 >
You can’t perform that action at this time.
0 commit comments