We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ba76f commit 95a83c1Copy full SHA for 95a83c1
1 file changed
css3-multicol/Overview.src.html
@@ -827,7 +827,7 @@ <h3>Pseudo-algorithm</h3>
827
828
(16) if (column-width = auto) and (column-count != auto) then
829
(18) N := column-count;
830
-(19) W := max(0, (available-width - ((N - 1) * column-gap))/N);
+(19) W := max(0, (available-width - ((N - 1) * column-gap)) / N);
831
exit;
832
833
(27) if (column-width != auto) and (column-count = auto) then
0 commit comments