Skip to content

Instantly share code, notes, and snippets.

@bnicholas
Last active November 16, 2023 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bnicholas/add3b6a5c42153603f6fec275a722225 to your computer and use it in GitHub Desktop.
Save bnicholas/add3b6a5c42153603f6fec275a722225 to your computer and use it in GitHub Desktop.
ah.css
.info-table--ah-signature-table,
table.table.info-table.ah-signature-table {
font-family: Georgia;
}
table.table.info-table.ah-signature-table tr td {
border: none;
vertical-align: bottom;
text-align: center;
}
table.table.info-table.ah-signature-table tr:nth-child(even) td {
text-align: center;
font-weight: 700;
padding: 5px 10px 34px 10px;
}
table.table.info-table.ah-signature-table tr:nth-child(even) td:before {
content: "";
display: block;
margin-bottom: 5px;
border-top: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment