Skip to content

Commit fdda2a4

Browse files
authored
Merge pull request #985 from rachelandrew/gridexamples
[css-grid] Replaced example screenshots with SVG versions
2 parents a3be294 + 99a3b64 commit fdda2a4

File tree

3 files changed

+91
-4
lines changed

3 files changed

+91
-4
lines changed

css-grid/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3528,15 +3528,15 @@ Aligning the Grid: the 'justify-content' and 'align-content' properties</h3>
35283528
</pre>
35293529

35303530
<figure>
3531-
<img src="images/spanned-gap.png"
3531+
<img src="images/spanned-gap.svg"
35323532
alt="Grid with 10px gap and an element spanning all columns.
3533-
The sum of the columns is less than the width of the grid container.">
3533+
The sum of the columns is less than the width of the grid container." height="426" width="500">
35343534
<figcaption>Grid before alignment</figure>
35353535
</figure>
35363536
<figure>
3537-
<img src="images/spanned-gap-align.png"
3537+
<img src="images/spanned-gap-align.svg"
35383538
alt="Same grid with increased gaps absorbing the excess grid containe width.
3539-
The spanning element has grown to accommodate the extra space assigned to the gap it crosses.">
3539+
The spanning element has grown to accommodate the extra space assigned to the gap it crosses." height="426" width="500">
35403540
<figcaption>Grid after alignment</figure>
35413541
</figure>
35423542

css-grid/images/spanned-gap-align.svg

Lines changed: 42 additions & 0 deletions
Loading

css-grid/images/spanned-gap.svg

Lines changed: 45 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)