Skip to content

Commit 24ea625

Browse files
committed
[css-rhythm] fix markup of new figures
1 parent 364ddfe commit 24ea625

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css-rhythm/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,18 +237,19 @@ Adjusting Block-level Box Heights {#block-height}
237237
Constraining block height, rather than line height, to a multiple of a step size
238238
can achieve a vertical rhythm in these circumstances.
239239

240-
<div class="example">
240+
241241
<div class="figure">
242242
<img src="images/block-step-size-before.png"
243-
style="width: 600px">
243+
style="width: 500px">
244244
<figcaption>Heads and blockquotes have varying font sizes and line heights,
245245
resulting in uneven text across columns.</figcaption>
246246
</div>
247-
248-
<div class="example">
247+
248+
249+
249250
<div class="figure">
250251
<img src="images/block-step-size-after.png"
251-
style="width: 600px">
252+
style="width: 500px">
252253
<figcaption>Space inserted before and after blocks (shown with colored borders)
253254
restores vertical rhythm.</figcaption>
254255
</div>

0 commit comments

Comments
 (0)