0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00

Fix duplicate table headers

Fixes a common issue. See #318.
This commit is contained in:
Trevor Buckner
2018-05-08 22:15:29 -04:00
committed by Rae2che5
parent 7c3946fb03
commit ee63d2d857

View File

@@ -156,6 +156,7 @@ body {
margin-bottom : 1em;
font-size : 10pt;
thead{
display: table-row-group;
font-weight : 800;
th{
vertical-align : bottom;