From 461c0f5495ddc7e9ab1231378d0b3ba8a06eef59 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Tue, 21 Mar 2023 11:41:43 -0400 Subject: [PATCH] [149] update css --- VERSION | 2 +- docs/_static/custom.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 44b5ed6c..29ccd4d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop148 +1.18.3-develop149 diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 8a42c201..a4144508 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -382,14 +382,15 @@ table.dualTable td, table.dualTable th { table.image-table { margin-top: 5px; margin-bottom: 5px; -} -table.image-table tr { - padding: 1px + border-spacing: 10px; + border-collapse: separate; } table.image-table td { padding: 15px + text-align: center; + background-color: #1D1D1D } -table.image-table, table.image-table tbody, table.image-table tr, table.image-table td, table.image-table th { +table.image-table, table.image-table tbody, table.image-table tr, table.image-table th { background-color: rgba(0, 0, 0, 0.0) !important; } details {