Emphasise the table of contents visually.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
/* 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 {