Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[css-grid] Replace example screenshot image with SVG version for Exam…
…ple 22 (fix space conversion issue)
  • Loading branch information
huijing committed Feb 24, 2017
commit c482ce50c583269a3bb0d8ba6b86933538e66b8d
2 changes: 1 addition & 1 deletion css-grid/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ Explicit Grid Shorthand: the 'grid-template' property</h3>
and creates the following grid:

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