0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 13:12:46 +00:00

Merge pull request #1 from calculuschild/Fix-Duplicated-Table-Headers

Fix Duplicated Table Header
This commit is contained in:
Trevor Buckner
2018-05-08 12:45:02 -04:00
committed by GitHub

View File

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