From e4211f647f81202ca5697465e7c5fdfbfca3f808 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Wed, 24 Jul 2024 12:05:13 +0200 Subject: [PATCH] Remove unwanted borders --- sphinx_audeering_theme/static/css/audeering.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sphinx_audeering_theme/static/css/audeering.css b/sphinx_audeering_theme/static/css/audeering.css index 77bba14..358aa37 100644 --- a/sphinx_audeering_theme/static/css/audeering.css +++ b/sphinx_audeering_theme/static/css/audeering.css @@ -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,