The table example
|
<th scope="col">Planet</th> |
|
<th scope="col">Diam. (km)</th> |
|
<th scope="col">Dist. to Sun (AU)</th> |
|
<th scope="col">Grav. (m/s²)</th> |
doesn't have the same columns as the code sample
|
<th scope="col">Planet</th> |
|
<th scope="col">Diameter (km)</th> |
|
<th scope="col">Distance to Sun (AU)</th> |
|
<th scope="col">Orbit (days)</th> |
The table example
picocss.com/app/routes/docs.table.jsx
Lines 28 to 31 in 2debda2
doesn't have the same columns as the code sample
picocss.com/app/routes/docs.table.jsx
Lines 110 to 113 in 2debda2