0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00

Fix Duplicated Table Header

Fixes a pretty common issue. See #318.
This commit is contained in:
Trevor Buckner
2018-05-08 12:42:11 -04:00
parent 4f4ef908e0
commit 7e2c3381ae

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;