Skip to content

Commit

Permalink
no background-color in borderless table
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Mar 9, 2018
1 parent cce3d44 commit 5e47ba3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@

.tight-table td {
vertical-align: top;
background: transparent;
border: 1px transparent;
}

.tight-table tr:nth-child(2n-1) td {
background: transparent;
}

p {
margin-bottom: 12px;
}
Expand Down

0 comments on commit 5e47ba3

Please sign in to comment.