Added colgroup tag setting table column widths (inline CSS only because it seemed much more clear for readability), as well as colspan attribute on section with standards codes so that it fills the rest of the space in the table. This should address #110. I also centered the checkbox in the select column, but that was just looking odd to me.
Here are screenshots of the same example used (Code.org 1.10)
Added
colgroup
tag setting table column widths (inline CSS only because it seemed much more clear for readability), as well ascolspan
attribute on section with standards codes so that it fills the rest of the space in the table. This should address #110. I also centered the checkbox in the select column, but that was just looking odd to me.Here are screenshots of the same example used (Code.org 1.10)