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

Fix duplicated table headers

Fixes a pretty common issue. See #318.
This commit is contained in:
Trevor Buckner
2018-05-08 12:33:36 -04:00
parent 073fb73bde
commit 13a2a7efd2

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;