diff doc/_static/style.css @ 7384:639a926cbb1a

Add style for captionbelow class for tables taken from sphinx 5 minimal.css style sheet to put caption on bottom of primary/session db compatibility table.
author John Rouillard <rouilj@ieee.org>
date Mon, 22 May 2023 21:54:18 -0400
parents 0645e3bdd5a3
children bd5bebb11695
line wrap: on
line diff
--- a/doc/_static/style.css	Mon May 22 21:51:14 2023 -0400
+++ b/doc/_static/style.css	Mon May 22 21:54:18 2023 -0400
@@ -321,6 +321,10 @@
   width: 25%;
 }
 
+table.captionbelow {
+  caption-side: bottom;
+}
+
 td {
   /* pull text away from borders */
   padding-inline: 0.5em;

Roundup Issue Tracker: http://roundup-tracker.org/