diff --git a/docs/libvirt.css b/docs/libvirt.css index 551adac2f2..6b1e86c7d8 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -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; +}