doc/_themes: remove the spacing in "dl dt"

see
https://docs.ceph.com/en/latest/dev/developer_guide/running-tests-locally/#internal-working-of-vstart-runner-py

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-03-14 19:44:39 +08:00
parent 752cbbe936
commit 88dcf7f338

View File

@ -134,7 +134,7 @@ html.writer-html5 .rst-content table.docutils th,
/* lists */
.rst-content .section dl:not(.docutils) dt {
display: table-cell;
display: inline-block;
}
.rst-content table.docutils ul + ul {