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 8, 2018
1 parent 23f5b87 commit 6d09a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
.tight-table td {
white-space: normal !important;
vertical-align: top;
background: transparent;
}

p {
margin-bottom: 12px;
}

.borderless {
table.borderless {
border: 0;
background: transparent;
}

0 comments on commit 6d09a3a

Please sign in to comment.