html: Make <th> cells be font-weight: normal by default.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 28 Dec 2020 22:13:43 +0000 (14:13 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 28 Dec 2020 22:13:43 +0000 (14:13 -0800)
commitf2cd31f7b1219292350a798bf4c2c38d06ccca14
treea7b27048317ed807b5caf1a99449d0bcb33a5b01
parent8d3420cd3839364be7b0ff57e59001b2762a2bb9
html: Make <th> cells be font-weight: normal by default.

This overrides typical web browser defaults.  That seems reasonable, since
the driver styles all the cells according to the user specifications.  We
could just use <td> for all cells, but there might be semantic value in
having properly marked header cells.
src/output/html.c