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:
Peter Krempa 2020-08-03 08:33:58 +02:00
parent f988d4320d
commit 95f059838e

View File

@ -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 {