Skip to content

Commit

Permalink
Override default table centering for sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Oct 28, 2019
1 parent 84ee711 commit 4136b83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ th {
background-color: transparent;
}

table.align-default {
margin-left: unset;
margin-right: unset;
}

table.rmg {
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
Expand Down

0 comments on commit 4136b83

Please sign in to comment.