We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a83c1 commit daa3842Copy full SHA for daa3842
1 file changed
css3-multicol/Overview.html
@@ -1008,7 +1008,7 @@ <h3 id=pseudo-algorithm><span class=secno>3.4. </span>Pseudo-algorithm</h3>
1008
1009
(16) if (column-width = auto) and (column-count != auto) then
1010
(18) N := column-count;
1011
-(19) W := max(0, (available-width - ((N - 1) * column-gap))/N);
+(19) W := max(0, (available-width - ((N - 1) * column-gap)) / N);
1012
exit;
1013
1014
(27) if (column-width != auto) and (column-count = auto) then
0 commit comments