Skip to content

Commit 5df15ca

Browse files
Chen Hui Jingtabatkins
authored andcommitted
Replace example screenshot image with SVG version for Example 22 (#1035)
* Replace example screenshot image with SVG version for Example 22 * [css-grid] Replace example screenshot image with SVG version for Example 22 (fix space conversion issue)
1 parent 1b4f7f4 commit 5df15ca

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2000,7 +2000,7 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
20002000
and creates the following grid:
20012001

20022002
<figure>
2003-
<object data="images/grid-shorthand.jpg" type="image/jpeg">
2003+
<object data="images/grid-shorthand.svg" type="image/svg+xml">
20042004
<ul>
20052005
<li>Three columns, sized ''auto'', ''1fr'', and ''auto'', respectively
20062006
<li>Two rows sized as ''auto'' and ''1fr'', respectively.

css-grid/images/grid-shorthand.svg

Lines changed: 71 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)