We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f77de commit 070be33Copy full SHA for 070be33
1 file changed
css-rhythm/Overview.bs
@@ -238,11 +238,11 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
238
<dt><dfn>start</dfn>
239
<dd>
240
Any extra space resulting from a 'block-step-size'-induced adjustment
241
- is inserted on the <a>start</a> side of the box.
+ is inserted on the <a>end</a> side of the box.
242
<dt><dfn>end</dfn>
243
244
245
- is inserted on the <a>end</a> side of the box.
+ is inserted on the <a>start</a> side of the box.
246
</dl>
247
248
In all cases,
0 commit comments