]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: css: Add separation for table of contents generated from RST
authorPeter Krempa <pkrempa@redhat.com>
Mon, 3 Aug 2020 06:23:11 +0000 (08:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Aug 2020 16:41:11 +0000 (18:41 +0200)
The table of contents of documents generated from RST is quite squeezed
together. Add 2em-s worth of vertical separation on each side.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/libvirt.css

index 551adac2f20b299b9fd0f0a0e14a7ec20e9b1220..6b1e86c7d82bddfa43ba5a7c9ab63b9fc092fa9d 100644 (file)
@@ -590,3 +590,10 @@ th p, td p {
     margin-top: 0px;
     margin-bottom: 0px;
 }
+
+/* Elements with id 'contents' contain the table of contents generated by docutils */
+
+#contents {
+    margin-top: 2em;
+    margin-bottom: 2em;
+}