doc/_theme: remove the spacing at top of "dl dt"

otherwise there is a margin-top on top of dt.

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-03-06 00:13:05 +08:00
parent 8b5bae19e5
commit 94d114c8d7

View File

@ -109,7 +109,7 @@ div.highlight {
border-collapse: collapse;
}
.rst-content table dl:not(.docutils) dt {
.rst-content li dl:not(.docutils) dt {
display: inline-block;
}