mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 02:04:16 +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:
parent
2ab1a55349
commit
4be5a2f0c2
@ -579,3 +579,7 @@ ul.news-section-content li dl dd {
|
||||
font-family: monospace;
|
||||
background: #eeeeee;
|
||||
}
|
||||
|
||||
.contents li p {
|
||||
margin: 2px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user