Skip to content

Commit 9c97311

Browse files
author
dauwhe
committed
[css-inline] adjust new image sizes
1 parent 871d41d commit 9c97311

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-inline/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,14 +2544,14 @@ An initial letter does not affect the position of its containing element. For
25442544
A paragraph with an initial letter may have fewer lines of text than the initial letter occupies. The initial letter acts as if it is a float, and the subsequent para may wrap around it.
25452545

25462546
<figure>
2547-
<img src="initial-letter-short-para.png" alt="short para with initial letter" width="480"/>
2547+
<img src="initial-letter-short-para.png" alt="short para with initial letter" width="600"/>
25482548
<p class="caption">The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter as if it were a float.</p>
25492549
</figure>
25502550

25512551
If the subsequent paragraph also has an initial letter, then that initial letter must clear the float of the previous initial letter.
25522552

25532553
<figure>
2554-
<img src="initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="480"/>
2554+
<img src="initial-letter-short-para-initial.png" alt="short para with initial letter followed by para with initial" width="600"/>
25552555
<p class="caption">The red text is a short paragraph with an initial letter. If the subsequent paragraph also has an initial letter, its initial letter clears as if it was a float, too.</p>
25562556
</figure>
25572557

css-inline/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,14 +2643,14 @@ <h4 class="heading settled heading" data-level=3.7.2 id=short-paragraphs-with-in
26432643
<p>A paragraph with an initial letter may have fewer lines of text than the initial letter occupies. The initial letter acts as if it is a float, and the subsequent para may wrap around it.</p>
26442644

26452645
<figure>
2646-
<img alt="short para with initial letter" src=initial-letter-short-para.png width=480>
2646+
<img alt="short para with initial letter" src=initial-letter-short-para.png width=600>
26472647
<p class=caption>The red text is a short paragraph with an initial letter. Note the subsequent paragraph wraps around the initial letter as if it were a float.</p>
26482648
</figure>
26492649

26502650
<p>If the subsequent paragraph also has an initial letter, then that initial letter must clear the float of the previous initial letter.</p>
26512651

26522652
<figure>
2653-
<img alt="short para with initial letter followed by para with initial" src=initial-letter-short-para-initial.png width=480>
2653+
<img alt="short para with initial letter followed by para with initial" src=initial-letter-short-para-initial.png width=600>
26542654
<p class=caption>The red text is a short paragraph with an initial letter. If the subsequent paragraph also has an initial letter, its initial letter clears as if it was a float, too.</p>
26552655
</figure>
26562656

0 commit comments

Comments
 (0)