Skip to content

Commit

Permalink
Fix css for autogenerated tables via autosummary
Browse files Browse the repository at this point in the history
  • Loading branch information
trsvchn committed Oct 19, 2020
1 parent 3fe6162 commit 0b93e9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/_templates/_static/css/ignite_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,12 @@ div.container a.header-logo
line-height: 1;
}

/* automatically generated toctree tables */

article.pytorch-article table.longtable.docutils.align-default colgroup {
display: none;
}

article.pytorch-article table.longtable.docutils.align-default tbody td:first-child {
width: 30%;
}

0 comments on commit 0b93e9f

Please sign in to comment.