You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(contributors): use float layout instead of table for HTML format (#75)
Replace table-based layout with align=left on images to float them
horizontally. This avoids both GitHub's display:block stacking issue
and the unwanted table borders. A trailing br clear=all prevents
subsequent content from wrapping around the floated images.
0 commit comments