1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-02 13:47:13 +03:00

docs: reduce excessive spacing in ToC for RST files

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>
This commit is contained in:
Daniel P. Berrangé 2020-02-06 16:24:52 +00:00
parent 2ab1a55349
commit 4be5a2f0c2

View File

@ -579,3 +579,7 @@ ul.news-section-content li dl dd {
font-family: monospace; font-family: monospace;
background: #eeeeee; background: #eeeeee;
} }
.contents li p {
margin: 2px;
}