mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
docs: css: Add a gray box around table of contents of RST based docs
Emphasise the table of contents visually. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
f988d4320d
commit
95f059838e
@ -598,8 +598,13 @@ th p, td p {
|
||||
/* Elements with id 'contents' contain the table of contents generated by docutils */
|
||||
|
||||
#contents {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
background: rgb(230, 230, 230);
|
||||
padding: 0.5em;
|
||||
padding-left: 0px;
|
||||
display: inline-block;
|
||||
border: 1px solid #999999;
|
||||
}
|
||||
|
||||
#contents p.topic-title {
|
||||
|
Loading…
x
Reference in New Issue
Block a user