Skip to content

Commit

Permalink
Remove unwanted borders
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 24, 2024
1 parent e91a935 commit e4211f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sphinx_audeering_theme/static/css/audeering.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,15 @@ table.preview th p {
/* Adjust font size of header in preview table to table content */
font-size: 13px;
}
.rst-content table.docutils:not(.field-list) tr.clickable td.expanded-row-content {
/* Remove double border on left side of cell holding preview table */
border-left: none;
}
.rst-content table.docutils:not(.field-list) tr.clickable td table.preview td {
/* Remove complete border in preview table cells */
border-left: none;
border-bottom: none;
}

/***** FIGURE AND TABLE CAPTIONS *****************************************/
.wy-table caption, .rst-content table.docutils caption,
Expand Down

0 comments on commit e4211f6

Please sign in to comment.