]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: reduce excessive spacing in ToC for RST files
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 6 Feb 2020 16:24:52 +0000 (16:24 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 24 Feb 2020 11:34:15 +0000 (11:34 +0000)
The table of contents in the RST based files uses <p> tags inside the
<li>, which results in 1em's worth of spacing above & below each
entry. This results in way too much whitespace in the ToC.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/libvirt.css

index 2fe123395c2c13bb15939b5646216336f50362ab..18e55dac5981c0bb6366729e7ef0a6cc2d4a6dd5 100644 (file)
@@ -579,3 +579,7 @@ ul.news-section-content li dl dd {
     font-family: monospace;
     background: #eeeeee;
 }
+
+.contents li p {
+    margin: 2px;
+}