Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from rohitChaware/2-fix-table-border-rendering
Browse files Browse the repository at this point in the history
Add 'documentation-table' class to override theme
  • Loading branch information
sivakumart committed Sep 11, 2018
2 parents a859fd9 + aaad0a0 commit 2d41abc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/_static/theme_overrides.css
Expand Up @@ -14,3 +14,22 @@
.wy-nav-content {
max-width: 1400px !important;
}

/* documentation-table is used by tables in the generated module documentation. */
.documentation-table td.elbow-placeholder {
border-left: 1px solid #000;
border-top: 0px;
width: 30px;
min-width: 30px;
}

.documentation-table th, .documentation-table td {
padding: 4px;
border-left: 1px solid #000;
border-top: 1px solid #000;
}

.documentation-table {
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

0 comments on commit 2d41abc

Please sign in to comment.