Keep style for <code> tags consistent in tableblock (#12)

This commit is contained in:
Christoph Dreis 2019-04-15 16:10:03 +02:00 committed by Jay Bryant
parent 82f2b4693e
commit 35d906fa70
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p {
font-weight: bold;
}
p.tableblock > code:only-child {
p.tableblock > code {
background: none;
padding: 0;
}