From 94d114c8d7fc913534a2bd8df111cc771665a629 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 6 Mar 2021 00:13:05 +0800 Subject: [PATCH] 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 --- doc/_themes/ceph/static/ceph.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index dea014c9471..029bfae2186 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; }