From: Kefu Chai Date: Fri, 5 Mar 2021 16:13:05 +0000 (+0800) Subject: doc/_theme: remove the spacing at top of "dl dt" X-Git-Tag: v17.1.0~2724^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39861%2Fhead;p=ceph.git 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 --- diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index dea014c94718..029bfae21861 100644 --- a/doc/_themes/ceph/static/ceph.css_t +++ b/doc/_themes/ceph/static/ceph.css_t @@ -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; }