diff doc/_static/style.css @ 7318:a5dd4893d089

Close spacing in the master TOC as well.
author John Rouillard <rouilj@ieee.org>
date Thu, 11 May 2023 02:43:21 -0400
parents 7e25424e2169
children 2a78ade9a5eb
line wrap: on
line diff
--- a/doc/_static/style.css	Thu May 11 02:36:14 2023 -0400
+++ b/doc/_static/style.css	Thu May 11 02:43:21 2023 -0400
@@ -42,7 +42,9 @@
 * + * { margin-block-start: 1.2em;}
 
 /* shrink spacing between list elements in tables of contents */
-div.contents * + * { margin-block-start: 0.25em;}
+div.toctree-wrapper * + *, div.contents * + * {
+    margin-block-start: 0.25em;
+}
 
 h1, h2, h3, h4, h5, h6 {
     line-height: 1.25;

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